what does static variable mean?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by normalization of pointers?
Read two numbers from keyboard and find maximum of them?
what is the size of an integer variable?
Explain what is the difference between the expression '++a' and 'a++'?
Differentiate between full, complete & perfect binary trees.
what do you mean by inline function in C?
is it possible to create your own header files?
What is the purpose of & in scanf?
In which layer of the network datastructure format change is done
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
write a programming in c language, 1 3 5 7 9 11
What is the difference between typeof(foo) and myFoo.GetType()?