Answer Posted / zubin abraham
C is structure oriented Designing language where as C++ is
Object oriented language
C is used for creating System level programs and c++ is used
for creating application programs and GUI
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between fread and fwrite function?
Can we use any name in place of argv and argc as command line arguments?
What is break in c?
Explain what standard functions are available to manipulate strings?
I have seen function declarations that look like this
Is javascript written in c?
When should I declare a function?
What is the use of define in c?
Why is c faster?
What are the header files used in c language?
How to set file pointer to beginning c?
write an algorithm to display a square matrix.
Explain the difference between call by value and call by reference in c language?
What is context in c?
What is volatile keyword in c?