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
Why was c++ created?
What is data types c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
why is c++ called oops? Explain
What is istream and ostream in c++?
Can we overload operator in c++?
What does ctime() do?
Explain the use of virtual destructor?
What is scope resolution operator in c++ with example?
What is class in c++ with example?
What is rtti in c++?
How would you call C functions from C++ and vice versa?
What is #include iostream?
What is the prototype of printf function?
What is called array?