what are the static variables
Answer Posted / guest
Variables that statically retain their memeory location
across function calls or in other words even beyond their
scope.
Global static values or functions are used to hide them
from other files in the program.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is dynamic dispatch in c++?
How can I implement sets or arrays of bits?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
Does * p ++ increment p or what it points to?
What are the two types of functions in c?
What are unions in c?
What is a nested loop?
Why c language?
What is the usage of the pointer in c?
Disadvantages of C language.
Explain how do you determine a file’s attributes?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Explain the priority queues?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Why are all header files not declared in every c program?