Is there anything you can do in C++ that you cannot do in C?
Answer / neelam saini
No. There is nothing you can do in C++ that you cannot do in C. After all you can write a C++ compiler in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the V-Table mechanism works?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is Object Oriented programming.what is the difference between C++ and C?
What is constructor and destructor in c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What is null c++?
What is binary object model?
Why is it called c++?
Is there any difference between int [] a and int a [] in c++?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?