Is there any function that can skip certain number of characters present in the input stream?


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

Post New Answer

More C++ General Interview Questions

What is Memory Alignment?

2 Answers   TCS,


What is the auto keyword good for in c++?

0 Answers  


When is a template better solution than a base class??

2 Answers   emc2,


Explain the use of this pointer?

0 Answers  


What is an iterator class in c++?

0 Answers  






Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


Why pointer is used in c++?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


Explain the uses of static class data?

0 Answers  


Categories