Answer Posted / ranjeet garodia
answers given by Manjusinga about static is wrong:
it will be
4.Static: Once you declare the variable as static it exist
till the life of the program.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Where must the declaration of a friend function appear?
How would you call C functions from C++ and vice versa?
What is vector pair in c++?
What is == in programming?
What does iomanip mean in c++?
Explain the problem with overriding functions
What is a storage class used in c++?
When must you use a pointer rather than a reference?
Where are setjmp and longjmp used in c++?
What is malloc in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Define a constructor?
What is functions syntax in c++?
Why do we use vector in c++?
What do you mean by function and operator overloading in c++?