1 |
%10.5d, where 15 is a |
Integer
Precision
Field where
Format symbol
|
2 |
The floating point argument in exponential notation is representation as |
%c
%g
%e
%f
|
3 |
The format specifier % is used for |
Integer
Unsigned short
Unsigned float
Unsigned long int
|
4 |
The escape sequence for backslash is |
\
\b
\\
\ t
|
5 |
The function getche () is defines in: |
Stdio.h
String.h
Math.h
Conio.h
|
6 |
The character "{" is a |
Keyword
Constant
Punctuators
|
7 |
The six kinds of words keywords variables constants string constants operators and punctuators are also called |
Group
Token
Identifiers
All the above
|
8 |
Which of the following special symbol is used within a variable? |
+
@
-
%
|
9 |
Some compilers allow variable names whose length could be up to |
1 to 20 Characters
1 to 40 characters
1 to 60 characters
1 to 80 characters
|
10 |
The words that are made up of a sequence of characters letters and digits are called |
Constant
Operators
Variables
Punctiators
|