What are local static variables? How can you use them?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of in c?
What is the right way to use errno?
What are dangling pointers in c?
How can I recover the file name given an open stream?
How can I swap two values without using a temporary?
yogesh patil in dell
Explain can static variables be declared in a header file?
How can I remove the leading spaces from a string?
Define function pointers?
What is sizeof in c?
4. main() { int c=- -2; printf("c=%d",c); }
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }