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
Why are pointers not used in c++?
Is c++ still being used?
Why are arrays usually processed with for loop?
Explain what you mean by a pointer.
Describe the setting up of my member functions to avoid overriding by the derived class?
Please post the model question paper of hal?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
Explain public, protected, private in c++?
Describe the main characteristics of static functions?
Is there a c++ certification?
Can a function take variable length arguments, if yes, how?
What is an Object/Instance?