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 reason of your company position's in india no. 1.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is difference between static and global variable in c?
What is const keyword in c?
How #define works?
Explain about the constants which help in debugging?
Explain that why C is procedural?
What is %g in c?
Explain high-order bytes.
How many header files are in c?
Why array is used in c?
What is the function of volatile in c language?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What are the advantages of using Unions?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(