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
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is the difference between global int and static int declaration?
How can you say that a template is better than a base class?
What is ofstream c++?
What is extern c++?
What is the use of main function in c++?
Why do we use iterators?
What is the difference between structure and class?
What is a catch statement?
What is the importance of mutable keyword?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is time_t c++?
Should I learn c or c++ or c#?
What are the basics of local (auto) objects?
What is different in C++, compare with unix?