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 is operator overloading in c++ example?
What is the use of 'using' declaration in c++?
Is c++ vector a linked list?
State the difference between delete and delete[].
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What happens if a pointer is deleted twice?
Write a C++ Program to check whether a number is prime number or not?
What is an inclusion guard?
What is a hashmap c++?
What do you mean by early binding?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What is the difference between the compiler and the preprocessor?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the difference between the indirection operator and the address of oper-ator?
What are the different types of comments allowed in c++?