1. |
What is right way to initialize array? એરે ને ઇનિશિયલાઈઝ કરવા માટે ની સાચી રીત શું છે?
|
||||||||
Answer:
Option (a) |
2. |
An array elements are always stored in ________ memory locations. એરે એલિમેન્ટ્સ હંમેશાં ________ મેમરી લોકેશન્સ માં સ્ટોર થાય છે.
|
||||||
Answer:
Option (a) |
3. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
Answer:
Option (d) |
4. |
Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements? 100 એલિમેન્ટ્સ વાળા એરે માંથી સ્ટોર થયેલા સાતમા એલિમેન્ટને યોગ્ય રીતે એક્સેસ નીચેના માંથી કઈ રીતે કરી શકાય?
|
||||||||
Answer:
Option (a) |
5. |
An array Index starts with? એરે ઇન્ડેક્સ ક્યાંથી શરૂ થાય છે?
|
||||||||
Answer:
Option (b) |
6. |
What is the output of this C code? void main() આપેલા C કોડનું આઉટપુટ શું હશે? void main()
|
||||||||
Answer:
Option (d) |
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() while(a<3) આપેલા C કોડનું આઉટપુટ શું હશે? void main() while(a<3)
|
||||||||
Answer:
Option (b) |
9. |
What is the output of this C code? void main() while(i<3) આપેલા C કોડનું આઉટપુટ શું હશે? void main() while(i<3)
|
||||||||
Answer:
Option (c) |
10. |
What is the maximum number of dimensions an array in C may have? C માં એરે ની મેક્સિમમ ડાઈમેન્સન કેટલી હોય શકે?
|
||||||||
Answer:
Option (d) |