What is a example of a variable?
No Answer is Posted For this Question
Be the First to Post Answer
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is build process in c?
How is pointer initialized in c?
how to find your architecture is LittleEndian or BigEndian?
Can you pass an entire structure to functions?
Is there anything like an ifdef for typedefs?
what are bitwise shift operators?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
How can I set an array's size at run time?
Is void a keyword in c?
What is double pointer?
What are pointers? What are different types of pointers?