| Other C++ General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)? | Microsoft | 20 |
| What are the different types of Storage classes? | | 3 |
| what is importance of data sturture in a programming
language? | L&T | 10 |
| What is the difference between method and message? | HP | 2 |
| Difference between delete and delete[]? | TCS | 3 |
| What is Memory Alignment? | TCS | 1 |
| Explain the need for "Virtual Destructor"? | Infosys | 1 |
| Which one of the following describes characteristics of
"protected" inheritance?
a) The base class has access only to the public or protected
members of the derived class.
b) The derived class has non-public, inheritable, access to
all but the private members of the base class.
c) The derived class has access to all members of the base
class.
d) The private members of the base class are visible within
the derived class.
e) Public members of the derived class are privately
accessible from the base class.
| Quark | 3 |
| How to avoid changing constant values? | Symphony | 1 |
| Brief explaination about #include<iostream.h>,
cin and cout | | 3 |
| What are advantages and disadvantages of Design patterns? | IBM | 3 |
| What is Namespace? | Samsung | 1 |
| When copy constructor can be used? | Symphony | 4 |
| What compiler was used?
| Intel | 3 |
| Explain the difference between 'operator new' and the 'new'
operator? | Lucent | 1 |
| write the prime no program in c++? | | 4 |
| Why is it difficult to store linked list in an array? | Lucent | 2 |
| Difference between Overloading and Overriding? | HP | 4 |
| Shall we use 'free' to free memory assigned by new, What are
the further consequences?? | Symphony | 4 |
| implement stack using stack.h headerfile functions | Subex | 1 |
| |
| For more C++ General Interview Questions Click Here |