Is there something that we can do in C and not in C++?

Answer Posted / achal ubbott

One important difference between c and c++ is that c
compilers are loosely coupled. So it does not perform type
checking that much strictly and can allow some conversions
which otherwise most c++ compilers would not allow.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the storage qualifiers?

873


What is fixed in c++?

752


Can member functions be private?

768


What are the uses of c++ in the real world?

757


Why is standard template library used?

765


What are the new features that iso/ansi c++ has added to original c++ specifications?

788


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

764


Difference between Abstraction and encapsulation in C++?

806


What is singleton pattern in c++?

705


How would perform Pattern Matching in C++?

914


Comment on local and global scope of a variable.

857


Can create new c++ operators?

739


Is c++ a low level language?

688


What is virtual table?

811


Why do we use templates?

791