| 21. |
s2 will be executed if __________ .
આપેલા કોડ માં s2 ક્યારે execute થશે?
|
||||||||
|
Answer:
Option (d) |
| 22. |
if (a>b) "else part" will be printed if _________ . if (a>b) આપેલા કોડ માં "else part" ક્યારે પ્રિન્ટ થશે?
|
||||||||
|
Answer:
Option (b) |
| 23. |
Guess the output? #include<stdio.h> switch(num1) આપેલા પ્રોગ્રામ નું આઉટપુટ શું હશે? #include<stdio.h> switch(num1)
|
||||||||
|
Answer:
Option (d) |
| 24. |
Guess the output? main() આપેલા પ્રોગ્રામ નું આઉટપુટ શું હશે? main()
|
||||||||
|
Answer:
Option (a) |
| 25. |
In switch character constants are automatically converted to _________ . switch માં કેરેક્ટર કોન્સ્ટન્ટ્સ ________ માં ઓટોમેટિક કન્વર્ટ થાય છે.
|
||||||||
|
Answer:
Option (c) |
| 26. |
The keyword else can be used with _______ . else કીવર્ડ _______ સાથે યુઝ થઈ શકે.
|
||||||||
|
Answer:
Option (a) |