Java is one of the Programming language which can help you make awesome applications for even Mobile operating systems like Android. With this post, I will introduce you to the best top 3 books to help you master and learn the Java Programming Language and become an expert in it.
Showing posts with label Programming Tricks. Show all posts
Showing posts with label Programming Tricks. Show all posts
Sunday, July 13, 2014
Top 3 Books to Learn Java Programming Language
Wednesday, June 26, 2013
15 Killer Tips to Improve your Programming Skills
Tips to Improve your Programming Skills
Programming skills are a must for everyone who wants to automate their work with the help of software. Whether it is C, C++, Java, C# or anything else. You will always need to work on improving your programming skills in order to grasp these languages faster.
Sunday, March 17, 2013
Friday, March 8, 2013
Top resources to learn the latest Microsoft Technologies
Do you want to Learn the latest upcoming technologies For FREE
If your answer is yes, then you are at the right place. In this post , i am going to share with you the list of resources which will help you learn the following things:-
Application development :On Windows Phone/Windows 8/Windows Azure
Office 365
SQL Server
System Center Windows
Windows Azure
Windows Intune
Windows Server
Business Intelligence
HTML5
Licensing
Management & Security
Private Cloud
Public Cloud Server
Virtualization
CSS3
Javascript
Visual Studio
The resource are in the form of Text/ audio/ Video course and some are in the form of blog posts by different microsoft evangelist. I would also provide you with a subscription to the Microsoft newsletter and twitter/facebook URL(s) of Microsoft India head.
Wednesday, July 4, 2012
Top 3 Books to Learn C Programming Language
Most Selling Books on C Programming Language
C is a Programming Language developed by Dennis Ritchie at AT and T Bells lab in 1972. C is a programming Language with both simplicity and elegance. It is a widely used programming Language for creating Portable Application Softwares. C is a Middle Level Programming Language and is considered to be the Father of all of Programming Languages.
As we can not create a skyscraper with a good foundation, We can also not excel in the field of programming without C i.e the Basic Programming Language, which would help you build the foundation of your Logic to solve a particular problem.
Therefore its very essential to learn C, so here are the Most Selling Ebooks (free downloads) for the C programming Language
Location:Indore, Madhya Pradesh, India
Monday, June 25, 2012
How to Create a Self Destructing Program in C
Create a Self Destructing Program in C
A C program on successful compilation makes a .exe file which is being used for the execution of the Program .This exe file can be directly used by anyone to run the program without looking into the script i.e the coding done for the program.
Using the method described in this Post , you would be able to create a Self Destructing Program in C. A self destructing program in C deletes its .exe file after execution.
Location:Indore, Madhya Pradesh, India
Saturday, June 16, 2012
C Program Without Main Fuction
C Program Without Main Function
Main function call the other functions to perform there tasks. As there are Managers in Hotels. Main is the Manager of C programming.
Now a Logical Question arises.
Q.Can we Build a C Program Without Main Function?
Ans. Yes , It is possible to write a C Program without defining a Main function.














