| 21. |
a += 4 means
|
||||||||
|
Answer:
Option (a) |
| 22. |
The operator &,*,++,-- have &,*,++,-- ઓપરેટર ________ ધરાવે છે.
|
||||||||
|
Answer:
Option (a) |
| 23. |
What is the value of x in this C code? આપેલા C કોડમાં x ની વેલ્યુ શું હશે?
|
||||||||
|
Answer:
Option (c) |
| 24. |
What will be the output of the following expression? નીચેના એક્સપ્રેશન નું આઉટપુટ શું હશે?)
|
||||||||
|
Answer:
Option (a) |
| 25. |
_______ operator used to check a condition and select a value depending on the value of the condition. ______ ઓપરેટર કન્ડિશન ચેક કરી અને તે કન્ડિશન ના answer ના આધારે next સ્ટેટમેન્ટ એક્ઝિક્યુટ કરવા માટે ઉપયોગી છે.
|
||||||||
|
Answer:
Option (c) |
| 26. |
Which operators perform operations on data in binary level? કયા ઓપરેટરો બાઈનરી લેવલ માં ડેટા પર ઓપરેશન પરફોર્મ કરે છે?
|
||||||||
|
Answer:
Option (b) |
| 27. |
The operator "&" is known as _______ . ઓપરેટર "&" ________ તરીકે ઓળખાય છે.
|
||||||||
|
Answer:
Option (a) |
| 28. |
In C, which of the following is not a valid relational operator? C માં,નીચેનામાંથી કયું વેલીડ રિલેશનલ ઓપરેટર નથી?
|
||||||||
|
Answer:
Option (a) |
| 29. |
The _____________ operator checks if the value of left operand is greater than the value of right operand. _____________ ઓપરેટર ચેક કરે છે કે ડાબા ઓપરેન્ડની વેલ્યુ જમણા ઓપરેન્ડની વેલ્યુ કરતા વધારે છે કે નહીં.
|
||||||||
|
Answer:
Option (c) |
| 30. |
++ and -- are unary operator. ++ અને -- યુનરી ઓપરેટર છે.
|
||||
|
Answer:
Option (b) |