DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

Answer Posted / anupam n singh

c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is windows 1.0 written?

797


What is scanf_s in c?

862


What is the difference between the local variable and global variable in c?

749


How can I write functions that take a variable number of arguments?

867


how many key words availabel in c a) 28 b) 31 c) 32

844


what do you mean by inline function in C?

849


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

848


When should the register modifier be used? Does it really help?

793


Why do we use & in c?

796


How do you write a program which produces its own source code as output?

859


Why c is a procedural language?

824


What is the explanation for prototype function in c?

772


What is array in c with example?

892


What is register variable in c language?

850


Can two or more operators such as and be combined in a single line of program code?

1136