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
How do you define CONSTANT in C?
What should malloc(0) do?
What are the types of unary operators?
Why is c platform dependent?
Difference between pass by reference and pass by value?
What is pivot in c?
How do you view the path?
Explain how can you check to see whether a symbol is defined?
What is scope of variable in c?
Difference between goto, long jmp() and setjmp()?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are the disadvantages of c language?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
How does pointer work in c?