| 1. |
Which operator is used to find reminder after division? ડિવિઝન પછી રિમાઇન્ડર શોધવા માટે કયા ઓપરેટરનો ઉપયોગ થાય છે?
|
||||||||
|
Answer:
Option (d) |
| 2. |
Which operator has higher priority while evaluating arithmetic expression? એરીથમેટિક એક્સપ્રેશન ને ઇવેલ્યુએટ કરતી વખતે કયા ઓપરેટરને હાયર પ્રાયોરિટી આપવામાં આવશે?
|
||||||||
|
Answer:
Option (c) |
| 3. |
Which is the symbol for logical OR operator? લોજિકલ OR ઓપરેટર નો સિમ્બોલ કયો છે?
|
||||||||
|
Answer:
Option (d) |
| 4. |
Which opeartor is unary? આપેલા માંથી કયું ઓપરેટર યુનરી છે?
|
||||||||
|
Answer:
Option (c) |
| 5. |
What is the output of following code? આપેલા કોડનું આઉટપુટ શું છે?
|
||||||||
|
Answer:
Option (c) |
| 6. |
Which one is correct syntax of ternary operator? ટર્નરી ઓપરેટરની સાચી સીન્ટેક્ષ કઈ છે?
|
||||||||
|
Answer:
Option (a) |
| 7. |
What is value of z for following code? આપેલા કોડ માટે z ની વૅલ્યુ શું છે?)
|
||||||||
|
Answer:
Option (b) |
| 8. |
Which operators have right to left associativity? કયા ઓપરેટર્સની અસોસીએટીવીટી લેફ્ટ ટુ રાઈટ છે?
|
||||||||
|
Answer:
Option (c) |
| 9. |
5-3*4+6/4 evaluates to
|
||||||||
|
Answer:
Option (b) |
| 10. |
4*(3+6)-(4+3) evaluates to
|
||||||||
|
Answer:
Option (b) |