main difference between c and c++ language



main difference between c and c++ language..

Answer / guest

c is procedure oriented language
c++ is object oriented language

c is a not secure
c++ is a secured

c is low level language
c++ is a middle language

c is top-down approach
c++ is bottom-up approach

Is This Answer Correct ?    17 Yes 1 No

Post New Answer

More C Interview Questions

what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


Explain the difference between getch() and getche() in c?

0 Answers  


how to make program without <> in libray.

0 Answers  


What are header files and what are its uses in C programming?

0 Answers  


write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4

1 Answers  






main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


What is the best way to store flag values in a program?

0 Answers  


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


What are pragmas and what are they good for?

0 Answers  


Categories