| Other C++ General Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| what is pulse code modulation?
|
Wipro | 2 |
| let a,b,c be three integer numbers.write a c++ program
with a function void rotate 1()such that a->b->c and c->a. |
| 1 |
| what is meaning of isa and hsa |
| 1 |
| what is the use of Namespace in c++. |
| 3 |
| Why do C++ compilers need name mangling? |
Lucent | 3 |
| Write a program to swap 2 chars without using a third
varable?
char *s = "A";
char *p = "B"; |
CTS | 6 |
| difference between the c++ and c languages
|
Wipro | 4 |
| What is a "RTTI"? |
HCL | 6 |
| which is the easy way to divide any integer by 2? |
Persistent | 2 |
| Write a function which takes a character array as input and
reverses it in place. |
Lehman-Brothers | 2 |
| write a c++ program that gives output
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
using looping statement |
| 2 |
| How do you test your code?
|
Microsoft | 4 |
| |
| For more C++ General Interview Questions Click Here |