what is the difference between static variable and register
variable?
Answer Posted / koti pendem
static variables stored in initialised data segment,where as
register variables stored in registers
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Is c still relevant?
what is the difference between 123 and 0123 in c?
What is a stream water?
Does * p ++ increment p or what it points to?
What is #include stdio h?
What is the meaning of && in c?
What do you mean by recursion in c?
Explain void pointer?
What is difference between structure and union in c?
What is clrscr ()?
Explain the properties of union. What is the size of a union variable
How can I insert or delete a line (or record) in the middle of a file?
Differentiate between static and dynamic modeling.
What is the difference between void main and main in c?
What is page thrashing?