(A) Decision
(B) Sequential
(C) Repetition
(D) None of the above
Category: Introduction to Programming Mcqs
Introduction to Programming Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Programming Mcqs section will help users to prepare mcqs of programming languages for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, Software engineer and all other Competitive Exams can prepare their computer programming portion from here.
Transpose of a matrix means that when we interchange rows and columns:
(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
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