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
What is a pointer in c?
What are valid signatures for the Main function?
What is int main () in c?
What are pointers? What are stacks and queues?
What is sizeof in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Where is volatile variable stored?
When is a void pointer used?
write a program to find out prime number using sieve case?
What is c standard library?
How can I insert or delete a line (or record) in the middle of a file?
How can I handle floating-point exceptions gracefully?
What does %2f mean in c?
What is use of null pointer in c?
What is a static function in c?