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
write a program to generate address labels using structures?
Explain how can I right-justify a string?
How many levels of indirection in pointers can you have in a single declaration?
What is a char c?
Explain what are its uses in c programming?
Describe the order of precedence with regards to operators in C.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is a #include preprocessor?
What is the use of pragma in embedded c?
What is %g in c?
How can I open files mentioned on the command line, and parse option flags?
What do you mean by Recursion Function?
What do you mean by a local block?
Do variables need to be initialized?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?