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


Please Help Members By Posting Answers For Below Questions

In a switch statement, what will happen if a break statement is omitted?

809


Is exit(status) truly equivalent to returning the same status from main?

813


What header files do I need in order to define the standard library functions I use?

740


Can you pass an entire structure to functions?

895


plz let me know how to become a telecom protocol tester. thank you.

1955


What is the difference between printf and scanf )?

784


What are the advantages of using Unions?

835


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3379


Explain what are compound statements?

802


What are the c keywords?

949


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

1817


What is the benefit of using const for declaring constants?

794


What is c language in simple words?

808


What are logical errors and how does it differ from syntax errors?

890


Why doesn't C support function overloading?

2140