1 |
Which operator is used to assign a value to a variable ? |
Assignmentoperator
arithmeticoperator
logicaloperator
all of these
|
2 |
Which of the following is a type of operator ? |
assignment operator
arithmeticoperators
logicaloperators
all of these
|
3 |
The name, computer suggests that _________ is the most important aspect of computers: |
computation
working
location
math
|
4 |
Which of the following is escape sequence ? |
\n
\t
\a
all of these
|
5 |
A tab stop is collection of _________ spaces: |
8
6
7
9
|
6 |
Which escape sequence specifies the I/O function of moving to the next tab stop horizontally ? |
\c
\t
\n
\r
|
7 |
Which escape sequence is used to print the output on multiple lines ? |
\c
\t
\n
\r
|
8 |
After escape character, which specifies the movement of the cursor to start of next time ? |
n
b
d
c
|
9 |
Which of the following is called escape character which is associated with each escape sequence to notify about escape ? |
back slash (\)
/
?
:
|
10 |
In escape sequence first character is always __________ and the second character varies according to the functionality that we want to achieve: |
back slash (\)
/
?
:
|
11 |
Escape sequences consists of ________ characters: |
two
three
four
five
|
12 |
Which of the following forces printf() to change its normal behavior ? |
escape sequence
escape
sequence
esc
|