Is there something that we can do in C and not in C++?
Answer Posted / shweta iyer
Yes. We can create class in C++ but cannot do so in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overhead in c++?
What is a c++ class?
What is the difference between an array and a list?
How to tokenize a string in c++?
what is a class? Explain with an example.
What is vector pair in c++?
In a function declaration, what does extern mean?
Can malloc be used in c++?
Will c++ be replaced?
Why do we use constructor?
Explain some examples of operator overloading?
Explain stack & heap objects?
What is vector string in c++?
Can a program run without main function?
Define macro.