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
Explain static and dynamic memory allocation with an example each.
Why cout is used in c++?
What is buffer and example?
What are default parameters? How are they evaluated in c++ function?
What is the need of a destructor? Explain with the help of an example.
What are the extraction and insertion operators in c++?
What do you mean by inheritance in c++?
Out of fgets() and gets() which function is safe to use and why?
What is difference between c++ 11 and c++ 14?
What is istream c++?
What are stacks?
Why are arrays usually processed with for loop?
How do you clear a set in c++?
Explain method of creating object in C++ ?
Can you sort a set c++?