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
What is the right type to use for boolean values in c? Is there a standard type?
What are structural members?
write a program to create a sparse matrix using dynamic memory allocation.
How can I write a function analogous to scanf?
What is output redirection?
What are the different types of linkage exist in c?
When can you use a pointer with a function?
largest Of three Number using without if condition?
Can the sizeof operator be used to tell the size of an array passed to a function?
Explain the array representation of a binary tree in C.
Why do we use namespace feature?
What is getch c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Can you explain the four storage classes in C?
i have a written test for microland please give me test pattern