what are the static variables
Answer Posted / smriti patnaik
static variables are variables that are initiated only once
in a memory,suppose u have initiated a variable as static
everytime u visit a iteration the value is changed 4m the
initialised value,not like auto variables where the values
remain same everytime u visit a iteration
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why do we use stdio h and conio h?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
How do you define a function?
What is spaghetti programming?
What is ctrl c called?
What is the use of putchar function?
Is null valid for pointers to functions?
What is the purpose of main() function?
What is the use of getch ()?
What is volatile variable how do you declare it?
How can I sort more data than will fit in memory?
find the sum of two matrices and WAP for it.
What does the format %10.2 mean when included in a printf statement?
What is a memory leak? How to avoid it?
What is boolean in c?