IDE stands for……….
a) inter develop environment
b) integrated development environment
c) integer degree error
d) internal develop error
Which function is used for output in C program?
a) scan f()
b) print f()
c) main()
d) none of these
The correct format of multiple line comment.
a) <! --->
b) //
c) /*……*/
d) */……. */
The correct format of single line comment.
a) <! --->
b) //
c) /*……*/
d) */……. */
A quantity whose value may change during execution of program is called.
a) variable
b) constant
c) keyword
d) mnemonics
How many types of variables are?
a) one
b) two
c) three
d) four
( numeric variable, character variable)