Answer Posted / nashiinformaticssolutions
Certain characteristics of variables or functions are defined by storage classes. These characteristics include lifetime, or how long a variable is active, and visibility, or how easily a variable may be accessed from various parts of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the use of cmath in c++?
What are disadvantages of pointers?
What is the operator in c++?
Can you Mention some Application of C/C++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is buffer and example?
Explain what you mean by a pointer.
Is map sorted c++?
Explain stack & heap objects?
What do you mean by function pointer?
Is string an object in c++?
What is an adaptor class in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
Should a constructor be public or private?