what is the diff b/n c and c++
a. dynamic scoping
b. nested switching
c. declaration of variables in any code block
d. separation of compilation and linking
Answer Posted / swetcha
declaration of variables in any code block
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Is c++ map a hash table?
What is linked list in c++?
What is the difference between #define debug 0 and #undef debug?
List the features of oops in c++?
What is fflush c++?
Is c++ double?
What is abstract keyword in c++?
Explain how overloading takes place in c++?
What is the use of class in c++?
What are the four main data types?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What do you mean by translation unit?
Differentiate between the manipulator and setf( ) function?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is the use of object in c++?