What are the __date__ and __time__ preprocessor commands?
What is the difference between array and pointer?
What is a scope resolution operator in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
why integer range between -327680to+32767
What is actual argument?
What's wrong with "char *p = malloc(10);" ?
How will you allocate memory to a double pointer ?
What are external variables in c?
how to add numbers without using arithmetic operators.
What are the rules for identifiers in c?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
Is int a keyword in c?