Can you please explain the scope of static variables?
No Answer is Posted For this Question
Be the First to Post Answer
How do I read the arrow keys? What about function keys?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why doesn't C support function overloading?
how to print "hai" in c?
Mention four important string handling functions in c languages .
What does %f mean c?
give one ip, find out which contry
what does " calloc" do?
Write a program in c to input a 5 digit number and print it in words.
When is an interface "good"?
Why can’t constant values be used to define an array’s initial size?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above