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
Why do we use classes in c++?
Can we use this pointer inside static member function?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What are advantages of using friend classes?
What is the difference between function overloading and operator overloading?
How do pointers work?
What is c++ manipulator?
program explaining feautures of c++
In a function declaration what does extern means?
How to allocate memory dynamically for a reference?
What is a wchar_t in c++?
Differentiate between structure and class in c++.
Can member data be public?
How do we implement inheritance in c++?
What is general form of pure virtual function? Explain?