What is the latest version on c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can create new c++ operators?
Explain the register storage classes in c++.
Explain what is polymorphism in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Declare a class vehicle and make it an abstract data type.
Do class declarations end with a semicolon?
What is insertion sorting?
Explain the use of virtual destructor?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is a container class?
Write about a nested class and mention its use?