Is there something that we can do in C and not in C++?
Answer Posted / bhushan bastwade
We can have variable names as class,new,operator in C but not in C++ as they are keywords in C++.
For more have a look on this
http://www.geeksforgeeks.org/write-c-program-wont-compiler-c/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Give example of a pure virtual function in c++?
Define linked lists with the help of an example.
How can you link a c program with a c function?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What are vtable and vptr?
Is c++ a low level language?
How long it will take to learn c++?
What is the difference between #import and #include?
What do c++ programmers do?
What is basic if statement syntax?
Declare a class vehicle and make it an abstract data type.
How can you differentiate between inheritance and implementation in c++?
What is a catch statement?
Which function cannot be overloaded c++?
What are namespaces in c++?