Answer Posted / avik bagh
A static variable is a variable that you can call and use without using an object of the class it is a part of. You can use a static variable using just the class name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by dynamic memory allocation in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is main function in c?
What is the size of structure pointer in c?
What are global variables and how do you declare them?
What are runtime error?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are all different types of pointers in c?
When is a “switch” statement preferable over an “if” statement?
What is meant by recursion?
please send me the code for multiplying sparse matrix using c
write a c program to find the sum of five entered numbers using an array named number
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Why is c faster?
about c language