What is scope in c++ with example?
Differences between private, protected and public and give examples.
What can I use instead of namespace std?
What are the differences between the function prototype and the function defi-nition?
Why do we need templates?
write a programming using for loop in c++ to generate diamond trangel?
Do class declarations end with a semicolon?
5. Can inline functions have a recursion?
what is polymorphism?
Can we define function inside main in c++?
How the keyword struct is different from the keyword class in c++?
How is new() different from malloc()?
What is a block in c++?