What are advantages of C++ when comparing with C?
Answer Posted / k
c
c++ is object oriented program. the main advatage is we can reuse the code and well structured and secured...
c
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
Define macro.
Explain the difference between abstract class and interface in c++?
What does new do in c++?
Can a function take variable length arguments, if yes, how?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Is java as fast as c++?
What are maps in c++?
What are the benefits of pointers?
What does asterisk mean in c++?
How the endl and setw manipulator works?
What is setw manipulator in c++?
What is a namespace in c++?
Show the declaration for a static function pointer.
What is #include iomanip?