| 31. |
!= is the example of ____________________ operator. != એ _________ ઓપરેટર નું ઉદાહરણ છે.
|
||||||||
|
Answer:
Option (a) |
| 32. |
The _____________ operator checks if the values of two operands are equal or not. _____________ ઓપરેટર ચેક કરે છે કે બે ઓપરેન્ડ્સની વેલ્યુ સમાન છે કે નહીં.
|
||||
|
Answer:
Option (a) |
| 33. |
The modulus operator (%) can be used only with integers. મોડ્યુલસ ઓપરેટર (%) નો ઉપયોગ ફક્ત ઈંટીજર સાથે જ થઈ શકે છે.
|
||||
|
Answer:
Option (a) |
| 34. |
What will be the output of the following C code? નીચે આપેલા C કોડ નું આઉટપુટ શું હશે?
|
||||||||
|
Answer:
Option (b) |
| 35. |
According to operator precedence, which of the following is correct for the arithmatic operators ? ઓપરેટર ની precedence પ્રમાણે નીચે માં માંથી કયું ઓપ્શન એરીથમેટીક ઓપરેટર માટે સાચું છે ?
|
||||||||
|
Answer:
Option (a) |
| 36. |
Which of the following is not an arithmetic operation? નીચેનામાંથી ક્યુ એરિથમેટિક ઓપરેશન નથી?
|
||||||||
|
Answer:
Option (c) |
| 37. |
What will be the output of the following C code? નીચે આપેલા C કોડ નું આઉટપુટ શું હશે?
|
||||||||
|
Answer:
Option (a) |
| 38. |
Associativity of an operator can be ___________ . ઓપરેટરની એસોસિએટીવીટી ___________ પ્રકારની હોય છે.
|
||||||||
|
Answer:
Option (d) |
| 39. |
Which of the following method is true for assignment? નીચેનીમાંથી કઈ મેથડ અસાઇન્મેન્ટ માટે સાચી છે?
|
||||||||
|
Answer:
Option (c) |
| 40. |
Which of the following operators has the lowest precedence? નીચેનામાંથી કયા ઓપરેટરની સૌથી ઓછી precedence છે?
|
||||||||
|
Answer:
Option (d) |