| 21. |
Which keyword is used to come out of a loop only for that iteration? ફક્ત તે ઈટરેસન માટે લૂપમાંથી બહાર આવવા માટે કયા કીવર્ડનો ઉપયોગ થાય છે?
|
||||||
|
Answer:
Option (b) |
| 22. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (a) |
| 23. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (d) |
| 24. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (a) |
| 25. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (b) |
| 26. |
What is the output of this C code? #include <stdio.h> આપેલા C કોડનું આઉટપુટ શું હશે? #include <stdio.h>
|
||||||||
|
Answer:
Option (c) |
| 27. |
goto can be used to jump from main() to within a function. goto નો યુઝ main() થી ફંક્શનની અંદર જમ્પ કરવા માટે કરી શકાય.
|
||||
|
Answer:
Option (b) |
| 28. |
What is the final value of x when the code int x; for(x=0; x<10; x++) {} is run? x ની ફાઇનલ વેલ્યુ શું હશે જયારે આપેલો કોડ int x; for(x=0; x<10; x++) {} રન થશે?
|
||||||||
|
Answer:
Option (a) |
| 29. |
Which is not a loop structure in C? આપેલા માંથી ક્યુ લૂપ સ્ટ્રક્ચર C માં નથી?
|
||||||||
|
Answer:
Option (d) |
| 30. |
For loop in a C program, if the condition is missing __________ . C પ્રોગ્રામમાં for લૂપ માટે, જો કન્ડિશન મિસિંગ હોય તો?
|
||||||||
|
Answer:
Option (b) |