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
Explain how does flowchart help in writing a program?
4. main() { int c=- -2; printf("c=%d",c); }
difference between loading and linking
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are the types of arrays in c?
how can u print a message without using any library function in c
Which is the memory area not included in C program? give the reason
What is wrong with this program statement? void = 10;
how to find anagram without using string functions using only loops in c programming
Why can arithmetic operations not be performed on void pointers?
i have a written test for microland please give me test pattern
what are the compilation steps? ( i want inside the compiler )