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
Can we change the value of #define in c?
Can you please explain the scope of static variables?
What is calloc() function?
What is getche() function?
What is multidimensional arrays
Why do we use static in c?
What is a substring in c?
Why isn't it being handled properly?
what is bit rate & baud rate? plz give wave forms
Define macros.
Explain the difference between malloc() and calloc() in c?
What is d scanf?
What is %d used for?
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.
What are loops c?