Answer Posted / guest
c is a low level language c++ is middle level language, in
c functions are building blocks where as in c++ objects are
building blocks, c having structures and unions,but c++ not
having any structures and unions.c is platform
inependent,c++ is platform independent
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is indirection in c?
List the difference between a "copy constructor" and a "assignment operator"?
please send me the code for multiplying sparse matrix using c
What is dynamic dispatch in c++?
What is queue in c?
Why is %d used in c?
Why dont c comments nest?
write a programming in c to find the sum of all elements in an array through function.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How can I direct output to the printer?
What are the 4 types of functions?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the use of putchar function?
How would you rename a function in C?
What is stack in c?