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?
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?
1 comments:
Hello sir thanks for the informative description on the webpage. I am going to appear for SYNTEL Placement examination next month. Can you please help me out by providing the Syntel Placement Papers of previous year. Thanks.
Post a Comment