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
Write a program to find the reverse Fibonacci series starting from N.
What are the 2 main types of data structures?
what is data encapsulation in C++?
What is c++ try block?
What are move semantics?
What is guard code in c++?
Is c++ a float?
How a modifier is similar to mutator?
Write a recursive program to calculate factorial in c++.
What is c++ mutable?
Explain terminate() and unexpected() function?
What is the use of main function in c++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is extern c++?
Explain how to initialize a const member data.