why c++ is not called strictly d super set of c?
Answer Posted / subhashree das
there are some operators in c++; which can be used as
identifiers in c. so if we execute the program in .c it will
not show any error, where as if we execute the same program
in .cpp , it will show error.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What do c++ programmers do?
Why c++ is so important?
Can constructor be private in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How can you specify a class in C++?
If dog is a friend of boy, is boy a friend of dog?
What is the difference between a baller and a reference in C++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is namespace & why it is used in c++?
When should overload new operator on a global basis or a class basis?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
Is swift a good first language?
How the virtual functions maintain the call up?