what is the difference between static variable and register
variable?
Answer Posted / amit
static variable stored in RAM where as register variable
stored in CPU's register ,
we can find address of static variable which is not
possible in case of register variable
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
What is the use of bitwise operator?
What is file in c language?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
List some basic data types in c?
Explain what is wrong in this statement?
What is a void pointer in c?
How can I copy just a portion of a string?
List the difference between a "copy constructor" and a "assignment operator"?
Tell us something about keyword 'auto'.
Explain enumerated types in c language?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are the data types present in c?
What is the use of a semicolon (;) at the end of every program statement?
What is data structure in c and its types?