Kamyabi

kamyabi-logo-horizontal

C language Online Test

 
p++ executes faster than p+1 because
1.
2.
3.
4.
Operators have hierarchy. It is useful to know which operator
1.
2.
3.
4.
The equality operator is represented by
1.
2.
3.
4.
Which operator in C is called a ternary operator
1.
2.
3.
4.
Which of the following is a key word is used for a storage class
1.
2.
3.
4.
Symbolic constants can be defined using
1.
2.
3.
4.
Array subscripts in C always start at
1.
2.
3.
4.
Which is more appropriate for reading in a multi -word string?
1.
2.
3.
4.
Maximum number of elements in the array declaration int a[5][8] is
1.
2.
3.
4.
C is a ________ level programming language?
1.
2.
3.
4.