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
When copy constructor can be used?
What does I ++ mean in c++?
State the difference between pre and post increment/decrement operations.
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
You want to link a c++ program to c functions. How would you do it?
throw Can constructors exceptions?
How delete [] is different from delete?
How do I tokenize a string in c++?
what kind of projects are suitable for c and c++
Explain the difference between 'operator new' and the 'new' operator?
What do you mean by Stack unwinding?
If all is successful, what should main return a) 0 b) 1 c) void