www.thecareerplus.com
The CareerPlus
Home
Technical Resources
Programming
Declarations and Initializations
Wednesday 08th September 2010
Main Menu
Home
Technical Resources
CareerPlus Specials!
HR FAQs
TheCareerPlus Blog
CareerPlus Forum
About Us
Declarations and Initializations
What is the difference between char *a and char a[]?
How can I declare an array with only one element and still access elements beyond the first element (in a valid fashion)?
What's the difference between using a typedef or a #define for a user-defined type?
Is char a[3] = "abc"; legal?
What is the difference between enumeration variables and the preprocessor #defines?
CrackTheIntervew.NET
Advertisement