What are the two main components of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is prototype for that c string function?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Why can you not make a constructor as const?
What does scope resolution operator do?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What are virtual functions and what is its use?
Why is c++ awesome?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
List out some of the OODBMS available?
What is private inheritance?
Is swift faster than c++?
Define copy constructor.