cin.ignore(80, _
_);This statement

a) ignores all input

b) ignores the first 80 characters in the input

c) ignores all input till end-of-line

d) iteration


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

Post New Answer

More C Interview Questions

find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


which type of question asked from c / c++ in interview.

2 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


What is a #include preprocessor?

0 Answers  






ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


how to implement stack operation using singly linked list

2 Answers  


Why c is called object oriented language?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


What are global variables?

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


Categories