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 are 3 types of structures?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are formal parameters?
What is the purpose of macro in C language?
Can we assign string to char pointer?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Which is best linux os?
Do you know the use of 'auto' keyword?
What are variables and it what way is it different from constants?
Is c weakly typed?
Why we not create function inside function.
write a c program to find the sum of five entered numbers using an array named number
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What language is windows 1.0 written?
Explain the advantages and disadvantages of macros.