What are static variables, and where are they stored?
Answer Posted / nashiinformaticssolutions
Static variables retain their value across multiple function calls. They are stored in the data segment of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How do you do dynamic memory allocation in C applications?
What is c token?
What is main () in c language?
How do you generate random numbers in C?
What is main return c?
Difference between pass by reference and pass by value?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Where register variables are stored in c?
Why c is called a mid level programming language?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What does volatile do?
What the advantages of using Unions?
Is c programming hard?