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?
How do I tokenize a string in c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Define Virtual function in C++.
What is the difference between an enumeration and a set of pre-processor # defines?
Where can I run c++ program?
What is the use of object in c++?
Explain function overloading
Can we sort map in c++?
Why are pointers used?
What are c++ files?
Should a constructor be public or private?
What is the use of vtable?
Is vector a class in c++?
Is c++ a software?