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
What is setfill c++?
what are the iterator and generic algorithms.
What is #include sstream?
Difference between overloading vs. Overriding
What is a pointer with example?
Is turbo c++ free?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is vectorial capacity?
How can virtual functions in c++ be implemented?
What is dev c++ used for?
What is pair in c++?
Write a struct time where integer m, h, s are its members?
What is c++ programming language?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What do you mean by late binding?