what defference between c and c++ ?

Answer Posted / ayan

1>c is the procedural language & c++ is the object oriented
programming methodology.

2>In c++ there 3 types of operator u-nary,binary,ternary.
But in c there is only 2 types u-nary,binary.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of clrscr?

589


What is the difference between a string and an array?

701


What is data type long in c?

621


What is the difference between class and object in c?

578


What is p in text message?

534






#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

661


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4169


What does emoji p mean?

593


What are identifiers c?

560


What is use of bit field?

765


What are c identifiers?

621


can any one provide me the notes of data structure for ignou cs-62 paper

1695


How can I pad a string to a known length?

608


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1696


Write programs for String Reversal & Palindrome check

594