How to input string in C++


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What kind of problems does name mangling cause?

0 Answers   Amazon,


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


C++ Public access specifier instead of Private – What is bad ?

0 Answers  






Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


What is C++11?

0 Answers   Adobe,


Write a C++ Program to Check Whether a character is Vowel or Consonant.

2 Answers  


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


When would you choose to return an error code rather than throw an exception?

0 Answers   Amazon,


What are the fundamental features of an object-oriented language?

0 Answers   Accenture,


What is a class in C++?

0 Answers   Amazon, TCS, UGC Corporation,


Categories