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
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is code reusability in c++?
What happens if a pointer is deleted twice?
Define whitespace in C++.
How do pointers work?
What is c++ array?
Explain the difference between new() and malloc() in c++?
What is the prototype of printf function?
Specify different types of decision control statements?
Is c++ still in demand?
Differentiate between a template class and class template in c++?
Who calls main function?
What do you mean by persistent and non persistent objects?
What is the use of register keyword with the variables?
Write about the scope resolution operator?