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
What are the different properties of variable number of arguments?
write a program in c to read array check element is present or not?
Hi can anyone tell what is a start up code?
Explain what is the advantage of a random access file?
how to use showbits function?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Write a routine that prints out a 2-D array in spiral order!
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
When is the “void” keyword used in a function?
hi how to convert program from notepad to turboc editor can u please help me
What is string length in c?
Difference between constant pointer and pointer to a constant.