What do you mean by static variables?
Define pointers?
what do you mean by volatile variable?
What is the difference between global variables and static varables?
Where the memory to the static variables is allocated?
What is the use of volatile variable?
If a header file is included twice by mistake in the program, will it give any error?
What do you mean by translation unit?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are the two shift operators and what are their functions?
What do the header files usually contains?
How to declare a pointer to an array of integers?
What is the difference between global variables and local variable
Keyword mean in declaration?
What size is allocated to the union variable?