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 are move semantics?
How can you create a virtual copy constructor?
Can I learn c++ as my first language?
Does c++ have string data type?
Why is standard template library used?
Why do we use constructor?
What is the prototype of printf function?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is a constructor in c++ with example?
Can we overload operator in c++?
What is data type in c++?
Is c++ a pure oop language?
What is late binding c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What are arithmetic operators?