Answer Posted / sambhunath samanta
Difference is given below.
1.c is the structure programming language where c++ is the object oriented language.
2.c does not support class but c++ support class.
3.c++ also called c as class,that is the advance version of c.
4.c++ have operator overloading while c does't have operator overloading
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What should malloc() do?
write a program fibonacci series and palindrome program in c
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain what will the preprocessor do for a program?
How can I do graphics in c?
What is structure data type in c?
What is include directive in c?
What is break in c?
What is array within structure?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What happens if you free a pointer twice?
cavium networks written test pattern ..
How can I remove the leading spaces from a string?
What is difference between scanf and gets?
What is the explanation for prototype function in c?