why c++ is not called strictly d super set of c?
Answer Posted / bijayalaxmi behera.
In the strictly mathematical sense,c++ is not strictly super
set of c.Because,there are some programs that are valid c
but not valid c++.One more thing,few ways of writing the
code that has a different meaning in c and c++.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation in c++ with example?
How can an improvement in the quality of software be done by try/catch/throw?
Explain about Garbage Collector?
How const int *ourpointer differs from int const *ourpointer?
Can circle be called an ellipse?
Is it possible to get the source code back from binary file?
What is the hardest coding language to learn?
What do you mean by “this” pointer?
What is the best c++ book?
Write about all the implicit member functions of a class?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is #include sstream?
What are mutator methods in c++?
Define friend function.
Is there a sort function in c++?