(A) the first row becomes the Last column
(B) the first row becomes the first column
(C) the Last row becomes the first column
(D) the first column becomes the first row
Tag: Introduction to Programming Mcqs
In while loop the loop counter must be initialized:
(A) With in the loop
(B) Before entering the loop
(C) At the end of the loop
(D) None of the given options
RAID stands for:
(A) Redundant Array of Inexpensive Dices
(B) Redundant Array of Inexperience Devices
(C) Redundant Array of Inexpensive Devices
(D) Reduced Array of Inexpensive Devices
Function prototype is written:
(A) Within main function
(B) After the return statement in main
(C) Before the return statement in main
(D) Before call of that function
ofstream is used for?
(A) Input file stream
(B) Output file stream
(C) Input and output file stream
(D) All of the above