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

Differentiate between a template class and class template in c++?

636


What are the c++ access specifiers?

775


What is meant by the term name mangling in c++?

523


When do we run a shell in the unix system?

564


Is it possible to get the source code back from binary file?

715






Is there a sort function in c++?

552


Describe the syntax of single inheritance in C++?

647


What is the purpose of template?

611


What are the advantages of using friend classes?

631


Can static member variables be private?

628


What is a dynamic binding in c++?

536


Describe linked list using C++ with an example.

651


Describe about storage allocation and scope of global, extern, static, local and register variables?

737


What language is a dll written in?

547


How the delete operator differs from the delete[]operator?

644