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


Please Help Members By Posting Answers For Below Questions

What is meant by entry controlled loop? What all C++ loops are exit controlled?

574


Which one is better- macro or function?

664


What is the use of function pointer?

584


Explain the difference between abstract class and interface in c++?

538


What do you mean by stack unwinding in c++?

740






Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

619


How many different levels of pointers are there?

663


Explain all the C++ concepts using examples.

692


Can you declare an array without a size in c++?

579


What are pointers used for c++?

587


What is c++ flowchart?

688


Specify some guidelines that should be followed while overloading operators?

629


Define pointers?

615


What is a lambda function c++?

561


What is implicit pointer in c++?

612