what are the static variables
Answer Posted / subha raman
I have a doubt..what is the difference between.."static"
and "constant(const)"??
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain how do you determine a file’s attributes?
What is the difference between #include
Write a program to identify if a given binary tree is balanced or not.
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Write program to remove duplicate in an array?
Why is sizeof () an operator and not a function?
What are variables and it what way is it different from constants?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the size of structure in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can you pass an array to a function by value?
Explain what is operator promotion?
Explain what are the advantages and disadvantages of a heap?
What is use of bit field?
What is character constants?