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
Table of Sudoku n*n
what is software?
What is the purpose of 'register' keyword?
What is the mean of function?
Can you please compare array with pointer?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
Can we assign integer value to char in c?
How many loops are there in c?
How can you restore a redirected standard stream?
Explain the difference between struct and union.
develop algorithms to add polynomials (i) in one variable