The data which
is given to computer is called.
a) input
b) output
c) program
d) none of these
How many types of output function used in C?
a) one
b) two
c) three
d) four
(print (), puts (), cout)
How many parts of an output function?
a) two
b) three
c) four
d) five
(escape sequence, format specifier, variables)
How many types of format specifier are used in C program?
a) one
b) two
c) three
d) four
( integer, float, string, character)
\n is used for which purpose in c program.
a) print new line
b) print existing line
c) print tab
d) none of these
Which function is used for clear screen?
a) getch ()
b) clrscr ()
c) print f()
d) scan f ()