CSC Interview Questions, CSC Interview Questions For C++, CSC Sample Interview Questions For C++ asked by HCL
1. What are C++ storage classes?
2. What is encapsulation?
3. What does extern “C” int func(int *, Foo) accomplish?
4. How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
5. How do you access the static member of a class?
6. What is constructor or ctor?
7. What are storage qualifiers in C++ ?
8. What is inheritance?
9. What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?
10. What is Polymorphism?
11. What is reference?
12. What is “this” pointer?
13. What is the difference between a pointer and a reference?
14. How can you tell what shell you are running on UNIX system?
15. What is diff between malloc()/free() and new/delete?
Read more...
2. What is encapsulation?
3. What does extern “C” int func(int *, Foo) accomplish?
4. How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
5. How do you access the static member of a class?
6. What is constructor or ctor?
7. What are storage qualifiers in C++ ?
8. What is inheritance?
9. What is multiple inheritance(virtual inheritance)? What are its advantages and disadvantages?
10. What is Polymorphism?
11. What is reference?
12. What is “this” pointer?
13. What is the difference between a pointer and a reference?
14. How can you tell what shell you are running on UNIX system?
15. What is diff between malloc()/free() and new/delete?