
(1) To open a file in C++ with Turbo C++ edi-
tor, the key combination used is
(a) alt+f
(b) alt+o
(c) alt+n
(2) To save a file in C++ with Turbo C++ edi-
tor, the short key to be used is
(a) F2
(b) F3
(c) F4
(3) To compile a file in C++ with Turbo C++
editor, the key combination used is
(a) alt+c
(b) alt+k
(c) alt+i
(4) To run a program in C++ with Turbo C++
editor, the key combination used is
(a) alt+F9
(b) ctrl+F9
(c) ctrl+F10
(5) Comment line to be used in C++ starts
with
(a) \\
(b) //
(c) **
(6) The following code is acceptable by ma-
chines/computers for the execution of a
program
(a) source code
(b) object code
(c) none of the above
(7) Every ...