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
What is c system32 taskhostw exe?
What is union in c?
What is a char c?
How can you avoid including a header more than once?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is extern keyword in c?
Can true be a variable name in c?
What is #include stdio h?
Why is c so important?
why programs in c are running with out #include
what is use of malloc and calloc?
What is omp_num_threads?
How can I sort a linked list?
Is javascript written in c?
Between macros and functions,which is better to use and why?