Explain storage qualifiers in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What is type of 'this' pointer?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
Can a class be static in c++?
What is a virtual destructor?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Explain container class.
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
What are the basic data types used in c++?
What are static and dynamic type checking?
the first character in the variable name must be an a) special symbol b) number c) alphabet