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 do c++ programmers do?

0 Answers  


Can we run c program in turbo c++?

0 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


What is the purpose of template?

0 Answers  






Explain the use of vtable.

0 Answers  


What is a pdb file?

0 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  


What is difference c and c++?

1 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


What is a literal in c++?

0 Answers  


Categories