What is an auto variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by normalization of pointers?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
which will be first in c compiling ,linking or compiling ,debugging.
Is c weakly typed?
what is the difference between exit() and _exit() functions?
Can a pointer be volatile in c?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
What is the purpose of the preprocessor directive error?
Explain the properties of union. What is the size of a union variable
What are keywords in c with examples?
what is a NULL pointer?