| 1. |
Choose correct C while loop syntax. While લૂપ ની સાચી સિન્ટેક્સ સિલેક્ટ કરો.
|
||||||||
|
Answer:
Option (a) |
| 2. |
Choose a correct C for loop syntax. For લૂપ ની સાચી સિન્ટેક્સ સિલેક્ટ કરો.
|
||||||||
|
Answer:
Option (a) |
| 3. |
Choose a correct C do while loop syntax. Do…while લૂપ ની સાચી સિન્ટેક્સ સિલેક્ટ કરો.
|
||||||||
|
Answer:
Option (d) |
| 4. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
|
Answer:
Option (b) |
| 5. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
|
Answer:
Option (b) |
| 6. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
|
Answer:
Option (b) |
| 7. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
|
Answer:
Option (a) |
| 8. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
|
Answer:
Option (d) |
| 9. |
What is the way to suddenly come out of or Quit any Loop in C Language.? C લેન્ગવેજ માં કોઈ લૂપ માંથી અચાનક બહાર આવવા શેનો ઉપયોગ થાય છે?
|
||||||||
|
Answer:
Option (b) |
| 10. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (b) |