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
Should I learn c or c++ or c#?
What are the characteristics of friend functions?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is an iterator class in c++?
How a new operator differs from the operator new?
What is the purpose of templates in c++?
What are containers in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is a class template in c++?
How are virtual functions implemented in c++?
What are smart pointers?
What is a tuple c++?
What is main function in c++ with example?
Do vectors start at 0?
Why do we use setw in c++?