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 are the __date__ and __time__ preprocessor commands?
What is the full form of getch?
what does static variable mean?
what is the structure pointer?
How do you search data in a data file using random access method?
How many loops are there in c?
provide an example of the Group by clause, when would you use this clause
How do I determine whether a character is numeric, alphabetic, and so on?
What happens if header file is included twice?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Tell us bitwise shift operators?
What is a null string in c?
Explain what is wrong with this program statement? Void = 10;
Who invented bcpl language?
Why c is called top down?