Search By
 
Report
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... 
Category : Mathematics |  On : 2012-05-23 11:39:04
Report
Rajababulukka asks : Each case in switch statement should end with ___________ statement. 
(A) goto
(B) continue
(C) exit
(D) break
Category : Information Technology |  On : 2012-05-23 02:06:09
 
23/05/2012 02:06:09
break
Report
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
Category : Information Technology |  On : 2012-05-23 02:05:55
 
23/05/2012 02:05:55
main()
Report
Rajababulukka asks : __________ statement is used to display data on the display screen in C++. 
(A) cin
(B) cout
(C) scanf()
(D) printf()
Category : Information Technology |  On : 2012-05-23 02:05:34
 
23/05/2012 02:05:34
cout
Report
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
Category : Information Technology |  On : 2012-05-23 02:05:09
 
23/05/2012 02:05:09
iostream.h