Answer Posted / shivangi
c is procedural programming language and c++ is oop. then c is use of scan, printf and c++ is use of cin>> or count.
c is doesn't refrence variable and c++ is support refrence variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is pivot in c?
What is function prototype in c with example?
What tq means in chat?
What is .obj file in c?
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.
How can a program be made to print the name of a source file where an error occurs?
Are pointers really faster than arrays?
What is the meaning of 2d in c?
What is data type long in c?
How to write a multi-statement macro?
What is sizeof array?
Why c is a procedural language?
What are the 5 types of inheritance in c ++?
What is the modulus operator?
Explain what is operator promotion?