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
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
how to construct a simulator keeping the logical boolean gates in c
What is this infamous null pointer, anyway?
What is malloc and calloc?
Explain 'far' and 'near' pointers in c.
What is selection sort in c?
What was noalias and what ever happened to it?
What are the three constants used in c?
What is define c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Why does everyone say not to use scanf? What should I use instead?
What is data type long in c?
What is the purpose of main( ) in c language?
What does sizeof int return?
What is an array in c?