Is there something that we can do in C and not in C++?

Answers were Sorted based on User's Feedback



Is there something that we can do in C and not in C++?..

Answer / vaishnavi

there are many concepts that can be used in c++ where c
cannot support those concepts.
The following are some of those type of concepts:-
1.function overloading
2.operator overloading
3.templates
4.polymorphism
5.inheritence
6.data encapsulation
7.function over-riding
8.virtual functions
9.constructors & destructors
10. exceptional handling.

Is This Answer Correct ?    4 Yes 10 No

Is there something that we can do in C and not in C++?..

Answer / kiran.raikar

nothing

Is This Answer Correct ?    2 Yes 10 No

Is there something that we can do in C and not in C++?..

Answer / avni

we can use printf in c but not in c++

Is This Answer Correct ?    4 Yes 19 No

Is there something that we can do in C and not in C++?..

Answer / tajudeen

Pointers we can do it in c but not in c++

Is This Answer Correct ?    1 Yes 27 No

Post New Answer

More C++ General Interview Questions

What is the stack?

5 Answers   IBM, ICICI,


How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


How to reduce a final size of executable?

3 Answers  


How do you flush a buffer in c++?

0 Answers  


What are c++ redistributables?

0 Answers  






What is == in programming?

0 Answers  


To what does “event-driven” refer?

0 Answers  


List different attributes in C++?

0 Answers   Ericsson,


Explain the purpose of the keyword volatile.

0 Answers  


How does com provide language transparency?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


Write a program to add three numbers in C++ utilizing classes.

0 Answers   TCS,


Categories