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
How to declaring variables in c++?
Define pre-condition and post-condition to a member function in c++?
What is c++ programming language?
Is oops and c++ same?
Is c++ a good beginners programming language?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is heap sort in c++?
Does c++ support multilevel and multiple inheritances?
Is there any difference between int [] a and int a [] in c++?
What is prototype for that c string function?
Why is the function main() special?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What size is allocated to the union variable?
Is python written in c or c++?
What is the object serialization?