| 11. |
In switch statement, _______ is written after every case. સ્વીચ સ્ટેટમેન્ટમાં, દરેક કેસ પછી _______ લખાયેલું હોય છે.
|
||||||||
|
Answer:
Option (a) |
| 12. |
Branching statement, goto is a __________ . બ્રાંચિંગ સ્ટેટમેન્ટ, goto એ __________ છે.
|
||||
|
Answer:
Option (b) |
| 13. |
In the code fragment shown below, which type of jump is used? Label : statement; નીચે બતાવેલ કોડ ફ્રેગમેન્ટમાં, કયા પ્રકારનો જંપ યુસ થયેલો છે? Label : statement;
|
||||
|
Answer:
Option (b) |
| 14. |
To use sqrt() function we need to include ________ header file. Sqrt() ફંકશનનો ઉપયોગ કરવા માટે આપણે ___________ હેડર ફાઇલ include કરવી પડે છે.
|
||||||||
|
Answer:
Option (d) |
| 15. |
What is the output of this C code? #include<stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include<stdio.h>
|
||||||||
|
Answer:
Option (a) |
| 16. |
The keyword ‘break’ cannot be simply used within _________ . ‘break’ કીવર્ડ નો ઉપયોગ _________ ની અંદર થઈ શકતો નથી.
|
||||||||
|
Answer:
Option (b) |
| 17. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (d) |
| 18. |
A "switch" statement is used to ____________ . "switch" સ્ટેટમેન્ટનો ઉપયોગ ________ માટે થાય છે.
|
||||||
|
Answer:
Option (c) |
| 19. |
What is the output of this C code? int a=5; આપેલા C કોડનું આઉટપુટ શું હશે? int a=5;
|
||||||||
|
Answer:
Option (b) |
| 20. |
What is the output of this C code? int a=7; આપેલા C કોડનું આઉટપુટ શું હશે? int a=7;
|
||||||||
|
Answer:
Option (a) |