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

Difference between Call by pointer and by reference.

0 Answers   Adobe,


How to convert integer to string in C++

0 Answers  


What Are The Differences Between A C++ Struct And C++ Class?

2 Answers   Wipro,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


To solve the 8 Queens problem, which algorithm is used?

0 Answers   Accenture,


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


What is an abstract class?

5 Answers   Siemens,


What are the different scope C++ provide ?

0 Answers   Amdocs,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


Categories