| Other C++ General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between public, private, protected
inheritance? | Wipro | 7 |
| What are different types of typecasting supported by C++ | CA | 1 |
| What will happen if when say delete this ? | | 6 |
| What is the difference between a copy constructor and an
overloaded assignment operator? | Microsoft | 3 |
| What are the techniques you use for debugging? | Adtran | 1 |
| Write a program to swap 2 chars without using a third
varable?
char *s = "A";
char *p = "B"; | CTS | 4 |
| What is the difference between "overloading" and "overridding"? | | 3 |
| what is the use of Namespace in c++. | | 1 |
| Which algorithm do you like the most? Why? | Google | 1 |
| Explain working of printf? | | 4 |
| can anybody please tell me how to write a program in
c++,without using semicolon(;) | NIIT | 4 |
| Difference between Top down and bottom up approaches for a
given project ? | HP | 2 |
| Describe functional overloading? | HP | 4 |
| What is the difference between static global and global ? | CA | 2 |
| Can we generate a C++ source code from the binary file? | | 2 |
| In a class only declaration of the function is there but
defintion is not there then what is that function?
| Hughes | 4 |
| Is structure can be inherited? | HP | 3 |
| What are the different operators in C++? | HP | 2 |
| What happens if an exception is throws from an, object's
constructor and object's destructor? | Wipro | 2 |
| iam a fresher to Qt(GUI a c++ based framework software).
i need to develop the basic applications on designer by
drag and dropping mechanism...so pls send me the procedure
to design applications? | | 1 |
| |
| For more C++ General Interview Questions Click Here |