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
What is ctrl c called?
How do you override a defined macro?
What is difference between far and near pointers?
What are the scope of static variables?
When is a “switch” statement preferable over an “if” statement?
Write a function that will take in a phone number and output all possible alphabetical combinations
Can you return null in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How we can insert comments in a c program?
What are c preprocessors?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is "Duff's Device"?
Can variables be declared anywhere in c?
What does c mean in basketball?
What does 4d mean in c?