41. |
What will be the output of the following C code? void main() નીચે આપેલા C કોડ નું આઉટપુટ શું હશે?
|
||||||||
Answer:
Option (a) |
42. |
In C, which of the following type of operators have the highest precedence?111 C માં, નીચેના માંથી કયા ઓપરેટર ની precedence સૌથી વધુ છે?
|
||||||||
Answer:
Option (d) |
43. |
The '&' operator displays _________. '&' ઓપરેટર _________ ડિસ્પ્લે કરે છે.
|
||||
Answer:
Option (a) |
44. |
The result of 16>>2 is ________ . 16>>2 નું રિઝલ્ટ ________ .
|
||||||||
Answer:
Option (a) |
45. |
From the below which operator is used in arithmetic operations? Arithmetic operations માં કયા ઓપરેટરનો ઉપયોગ થાય છે?
|
||||||||
Answer:
Option (c) |
46. |
If a=8 and b=15 then the statement x=(a>b)?a:b;
|
||||||||
Answer:
Option (c) |
47. |
Guess the output of following program x=5; આપેલા પ્રોગ્રામ નું આઉટપુટ શું હશે? x=5;
|
||||||||
Answer:
Option (c) |
48. |
The minimum number of temporary variables needs to swap the contents of two variables is _________ . બે વેરીએબલ ના content ને swap કરવા માટે ઓછામાં ઓછા કેટલા temporary વેરીએબલ ની જરૂર પડે છે?
|
||||||||
Answer:
Option (a) |
49. |
Guess the output of following program b=s+b; આપેલા પ્રોગ્રામ નું આઉટપુટ શું હશે? b=s+b;
|
||||||||
Answer:
Option (c) |