What is the scope of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a expression in polish notation (postfix) to inline (normal)
Write a program to show the workingof auto variable.
how 2 compile & execute c program with out using editor?
Is anything faster than c?
What is a static variable in c?
1. Write a program to reverse every second word in a given sentence.
which one is better structure or union?(other than the space occupied )
What is a far pointer in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is function pointer c?
How do you search data in a data file using random access method?
What does static variable mean in c?