What do you mean by storage classes?
Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility and life-time which help us to trace the existence of a particular variable during the runtime of a program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can java be faster than c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What is the difference between method and message?
What is the arrow operator in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is the full form of stl in c++?
What is heap sort in c++?
What are literals in C++?
How do you initialize a string in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is static function? Explain with an example