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
Explain bubble sorting.
What is vectorial capacity?
What is the difference between delegation and implemented-in-terms-of?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are c++ templates used for?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Is arr and &arr are same expression for an array?
How would you use the functions randomize() and random()?
Is vector a class in c++?
How do you add an element to a set in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Can we use pointers in c++?
How is static data member similar to a global variable?
What is #include cstdlib in c++?
Is it possible to get the source code back from binary file?