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
Answers were Sorted based on User's Feedback
What is null pointer and void pointer and what is their use?
Which software is best for c++ programming?
What it is and how it might be called (2 methods).
Explain some examples of operator overloading?
Why is c++ still used?
What is the benefit of c++?
What is a sequence in c++?
Explain the properties and principles of oop.
Explain about vectors in c ++?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What are different types of loops in c++?
Who calls main function?