What is a storage class? Mention the storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
what is the C++
What information can an exception contain?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is the use of setprecision in c++?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Why c++ is better than c language?
What is a smart pointer?
How would you call C functions from C++ and vice versa?
What are the two types of comments?
What is namespace std; and what is consists of?