what is the main difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / piyush
c is hard to manage whereas c++ is easily managable
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreenvasulu
c is the obeject based programing language
c++ is the obeject oreiented programing language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreenvasulu
c is developed by denis ritchie
c++ is developed by Bjane starusrup
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sreenvasulu reddy
c can use main() in c program
But c++ can use void main() in c++ program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m.reddeppa
c is stretcher oriented programing language ,
c++ is object oriented programing language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravin kerai
c dose not support the c++ program but c++ support the c
program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagesh sharma
C++ is made adding classes with c so it is called c++
but in c classes are not available
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ishwar lal patidar
c is a old language but c++ is a new generation language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit dhar
c is a procssor langauge
c++ is a oop language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajiv ranjan
c is low level language while c++ is sn high level language.
c++ is an extension of c language this means that you can
use not only the new features of c++ but can also use the c
programing on that. c++ is an object oriented while c is an
program oriented in whiC++ is object oriented language and
c is objecc does not support the c++ programme but c++
support the c
program.
t based.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is static class not inherited?
Write a program to sort the number with different sorts in one program ??
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3
3 Answers Accenture, Cognizant, IBM,
What is the diamond problem in inheritance?
write string class as your own class in java without using any built-in function
What is the types of inheritance?
What are the features of oop?
What are different oops concepts?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
What is the use of fflush(stdin) in c++?
create a c++ program that will accepts 9 inputs using 3 by 3 array.