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
Give example of a pure virtual function in c++?
What is the difference between map and hashmap in c++?
What is c++ try block?
Can we distribute function templates and class templates in object libraries?
What is meant by forward referencing and when should it be used?
Write a c program for binary addition of two 8 bit numbers.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the real purpose of class – to export data?
Where Malloc(), Calloc(), and realloc() does get memory?
Is it possible to provide default values while overloading a binary operator?
How do I run a program in notepad ++?
How many keywords are used in c++?
How do you compile the source code with your compiler?
What are the benefits of oop in c++?
What is an incomplete type in c++?