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 / ipsit hota
declaration of variables in any code block
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the outcome of cout< a) 16 b) 17 c) 16.5
What are the uses of pointers?
What are the two shift operators and what are their functions?
How to declare a function pointer?
Why null pointer is used?
What is setiosflags c++?
How does list r; differs from list r();?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What does flush do c++?
Why pointer is used in c++?
What is polymorphism & list its types in c++?
What is fixed in c++?
What is the difference between struct and class?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Write about the stack unwinding?