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

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


Difference Between embedded software and soft ware?

1 Answers   Bosch,


Where is volatile variable stored?

0 Answers  


What is the use of in c?

0 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,






What are examples of structures?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


inline function is there in c language?

4 Answers  


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,


What is the correct declaration of main?

0 Answers  


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

0 Answers  


What is quick sort in c?

0 Answers  


Categories