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
How is c++ used in the real world?
What is the latest version on c++?
What are enumerations?
How to allocate memory dynamically for a reference?
Difference between a copy constructor and an assignment operator.
Explain how overloading takes place in c++?
What is array in c++ pdf?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is the use of setfill in c++?
What is the basic of c++?
What is #include iostream?
Is c++ still being used?
explain the reference variable in c++?
What are the types of array in c++?
Explain operator overloading.