1 |
Which operator is used to multiply two values ? |
+
*
%
!
|
2 |
Which operator is used to divide the value on left side by the value on right side ? |
\
/
+
-
|
3 |
Which operators are used to perform arithmetic operations on data ? |
assignmentoperator
arithmeticoperator
logicaloperator
relational operators
|
4 |
Which of the following is used as an assignmentoperator in C language ? |
=
==
+
?
|
5 |
Which operator is used to assign a value to a variable ? |
Assignmentoperator
arithmeticoperator
logicaloperator
all of these
|
6 |
Which of the following is a type of operator ? |
assignment operator
arithmeticoperators
logicaloperators
all of these
|
7 |
The name, computer suggests that _________ is the most important aspect of computers: |
computation
working
location
math
|
8 |
Which of the following is escape sequence ? |
\n
\t
\a
all of these
|
9 |
A tab stop is collection of _________ spaces: |
8
6
7
9
|
10 |
Which escape sequence specifies the I/O function of moving to the next tab stop horizontally ? |
\c
\t
\n
\r
|
11 |
Which escape sequence is used to print the output on multiple lines ? |
\c
\t
\n
\r
|
12 |
After escape character, which specifies the movement of the cursor to start of next time ? |
n
b
d
c
|