what are the static variables
Answer Posted / mahendranath reddy ,cudpha
static int xx;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is array of structure in c?
Is struct oop?
Write a program to identify if a given binary tree is balanced or not.
Is there sort function in c?
Write a program to print “hello world” without using semicolon?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is a wrapper function in c?
What header files do I need in order to define the standard library functions I use?
How was c created?
How can I write a function that takes a format string and a variable number of arguments?
Why clrscr is used after variable declaration?
If the size of int data type is two bytes, what is the range of signed int data type?
Explain the difference between null pointer and void pointer.
What is pivot in c?
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