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

Why namespace is used in c++?

604


Can malloc be used in c++?

572


which of the following is not an secondary constant a) array b) real c) union

1270


Write a note about the virtual member function?

605


What is a sequence in c++?

582






Can user-defined object be declared as static data member of another class?

556


How to declare an array of pointers to integer?

585


How const int *ourpointer differs from int const *ourpointer?

610


What is the best free c++ compiler for windows?

592


What is cout flush?

570


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2073


Does c++ have foreach?

527


What are the various oops concepts in c++?

596


What does ios :: app do in c++?

555


Does improper inheritance have a potential to wreck a project?

632