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

how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What is the argument of a function in c?

0 Answers  


what is the difference between while and do while?

2 Answers  


What are the advantages of using macro in c language?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


Does c have function or method?

0 Answers  


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


Does c have circular shift operators?

0 Answers  


Categories