31. |
An arithmetic expression without paranthesis will be evaluated from left to right
|
||||
Answer:
Option (a) |
32. |
In C Programming, the statement a = a+1 and a+=1 will produe same result
|
||||
Answer:
Option (a) |
33. |
Within a expression, _________ precedence operators will be evaluated first
|
||||||||
Answer:
Option (b) |
34. |
What will the value of variable a? int a = 10 + 2 * 12 / (3*2) + 5;
|
||||||||
Answer:
Option (b) |
35. |
Which of the following correctly shows the hierarchy of arithmetic operation in C?
|
||||||||
Answer:
Option (c) |
36. |
Which is a correct 'C' expression?
|
||||||||
Answer:
Option (a) |
37. |
Which header file is essential for using scanf function?
|
||||||||
Answer:
Option (d) |
38. |
Macro is used to __________________.
|
||||||||
Answer:
Option (b) |
39. |
Which of the following is ternary operator?
|
||||||||
Answer:
Option (c) |
40. |
Which header file is essential for using scanf() function?
|
||||||||
Answer:
Option (d) |