what is the difference between c and c++?

Answer Posted / shwetha

c is a pop language, while cpp is an OOP language
c gives importance to procedures..
cpp give importance to the data...using objects, suitable for real worlds problems

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we change the value of #define in c?

672


Can you please explain the scope of static variables?

696


What is calloc() function?

722


What is getche() function?

705


What is multidimensional arrays

742






Why do we use static in c?

717


What is a substring in c?

675


Why isn't it being handled properly?

731


what is bit rate & baud rate? plz give wave forms

1625


Define macros.

889


Explain the difference between malloc() and calloc() in c?

676


What is d scanf?

678


What is %d used for?

676


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1386


What are loops c?

712