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
If the size of int data type is two bytes, what is the range of signed int data type?
can we have joblib in a proc ?
How are pointers declared in c?
What was noalias and what ever happened to it?
What is #define in c?
Why main is used in c?
Explain argument and its types.
write a program to find the given number is prime or not
What is c method?
Is c++ based on c?
difference between object file and executable file
What is the difference between far and near in c?
State two uses of pointers in C?
What is else if ladder?
Between macros and functions,which is better to use and why?