What is the basic structure of c?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between Macro and ordinary definition.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is putchar() function?
Explain union. What are its advantages?
why Language C is plateform dependent
why integer range between -327680to+32767
How can you return multiple values from a function?
Write code for finding depth of tree
Given an unsigned integer, find if the number is power of 2?
What are the application of void data type in c?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.