what are the static variables
Answer Posted / nil
Static vairiable is one which can be accessed without
creation of an object of Class i.e. by direct calling calss.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
In a switch statement, what will happen if a break statement is omitted?
Is exit(status) truly equivalent to returning the same status from main?
What header files do I need in order to define the standard library functions I use?
Can you pass an entire structure to functions?
plz let me know how to become a telecom protocol tester. thank you.
What is the difference between printf and scanf )?
What are the advantages of using Unions?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Explain what are compound statements?
What are the c keywords?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is the benefit of using const for declaring constants?
What is c language in simple words?
What are logical errors and how does it differ from syntax errors?
Why doesn't C support function overloading?