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
how we do lcm of two no using c simple if while or for statement
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
can we initialize all the members of union?
What is scope and lifetime of a variable in c?
regarding pointers concept
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
write a program to concatenation the string using switch case?
How can I generate floating-point random numbers?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
write a program to add two numbers of any size.....(remember any size)
write a program to count the no of repaeted words in a line?
How do we print only part of a string in c?