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 functions getch() and getche()?

0 Answers  


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


How many types of sorting are there in c?

0 Answers  


define c

6 Answers   HCL, TCS,






how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


Explain the difference between strcpy() and memcpy() function?

0 Answers  


What is string length in c?

0 Answers  


why we need function pointers?

3 Answers  


What is dynamic memory allocation?

0 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Given an unsigned integer, find if the number is power of 2?

5 Answers  


Categories