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 the uses of pointers?
Refer to a name of class or function that is defined within a namespace?
What is virtual destructor ans explain its use?
What is an iterator?
Difference between declaration and definition of a variable.
How do you write a function that can reverse a linked-list?
Ask to write virtual base class code?
What is the type of 'this' pointer? When does it get created?
How is c++ used in the real world?
What is istream c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Which sort does c++ use?
Is it possible to provide default values while overloading a binary operator?
Difference between overloading vs. Overriding
Why do you use the namespace feature?