| Alpa tulsiyani asks : a can do piece of work in 25 days.he worked at it for 15 days,and then b completed the work in 10 days.both will finish it together in... |
| Rajababulukka asks : Each case in switch statement should end with ___________ statement. (A) goto (B) continue (C) exit (D) break |
| Rajababulukka asks : _______ is a master function required in all C++ program and program execution begin from the first statement of this function. (A) Main() (B) Clrscr() (C) Getch() (D) None of these |
| Rajababulukka asks : __________ statement is used to display data on the display screen in C++. (A) cin (B) cout (C) scanf() (D) printf() |
| Rajababulukka asks : _________ is the header file used in C++ to handle input and output functions. (A) Stdio.h (B) String.h (C) Iostream.h (D) None of these |