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
What are the storage qualifiers?
What is fixed in c++?
Can member functions be private?
What are the uses of c++ in the real world?
Why is standard template library used?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Can you declare an array without a size in c++?
Difference between Abstraction and encapsulation in C++?
What is singleton pattern in c++?
How would perform Pattern Matching in C++?
Comment on local and global scope of a variable.
Can create new c++ operators?
Is c++ a low level language?
What is virtual table?
Why do we use templates?