What is a storage class used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the full form of stl in c++?
What is c++ good for?
What are the advantages of using a pointer?
How come you find out if a linked-list is a cycle or not?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What are static and dynamic type checking?
Write the program form Armstrong no in c++?
Who invented turbo c++?
What jobs can you get with a c++ certification?
What is microsoft c++ redistributable?
How can you tell what shell you are running on unix system?
Explain the need for "Virtual Destructor"?