What is the limitation of cin while taking input for character array?


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

Post New Answer

More C++ General Interview Questions

What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


What is vector string in c++?

0 Answers  


Why c++ is faster than java?

0 Answers  


How can you specify a class in C++?

0 Answers  


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

0 Answers  


What is virtual base class?

0 Answers  


How many types of modularization are there in c++?

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


Explain bubble sorting.

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


Why is main an int?

0 Answers  


Categories