Which format specifier is used for float?
a) %d
b) %f
c) %s
d) %c
Which format specifier is used for string?
a) %d
b) %f
c) %s
d) %c
Which format specifier is used for integer?
a) %d
b) %f
c) %s
d) %c
Which escape sequence is used for print tab?
a) \n
b) \t
c) \tab
d) \p
Operators are the……. that are used to perform certain operations on data.
a) symbols
b) notations
c) keywords
d) none of these
…….is a symbol that perform mathematical operation on data.
a) logic operator
b) arithmetic operator
c) assignment operator
d) none of these