What is the use of class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What are the basics concepts of OOPS?
What relational operators if statements in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Explain the operation of overloading of an assignment operator.
What is the difference between "calloc" and "malloc"?
What is the use of endl in c++ give an example?
What is the extraction operator and what does it do?
How can you link a c program with a c function?
What do you know about near, far and huge pointer?
What are smart pointers?
Where are setjmp and longjmp used in c++?