| 31. |
What will be output of this C code? આપેલા C કોડનું આઉટપુટ શું હશે?
|
||||||
|
Answer:
Option (a) |
| 32. |
Howmany keywords are there in C? C માં કેટલા કીવર્ડ આવેલા છે?
|
||||||||
|
Answer:
Option (b) |
| 33. |
printf() belongs to which library of C. printf() C ની કઇ લાયબ્રેરી ને belong કરે છે.
|
||||||||
|
Answer:
Option (b) |
| 34. |
Which of the following is invalid identifier? નીચેનામાંથી ક્યુ આઇડેન્ટીફાયર invalid છે?
|
||||||||
|
Answer:
Option (c) |
| 35. |
Is it possible to run program without main() function? શું main() ફંક્શન વિના પ્રોગ્રામ રન કરવો શક્ય છે?
|
||||
|
Answer:
Option (b) |
| 36. |
How many main() function we can have in our program? આપણા પ્રોગ્રામમાં આપણે કેટલા main() ફન્કશન નો ઉપયોગ કરી શકીએ છીએ?
|
||||||||
|
Answer:
Option (a) |
| 37. |
Which of the following ways are correct to include header file in C program? C પ્રોગ્રામમાં હેડર ફાઇલ include કરવા માટે નીચેની કઇ રીત સાચી છે?
|
||||||||
|
Answer:
Option (a) |
| 38. |
Howmany headerfiles we can add in our program? પ્રોગ્રામમાં આપણે કેટલી હેડરફાઈલ એડ કરી શકીએ?
|
||||||||
|
Answer:
Option (d) |
| 39. |
Which one is not a keyword in C Language? નીચે આપેલ માંથી C લેંગ્વેજ માં કયો કીવર્ડ નથી?
|
||||||||
|
Answer:
Option (b) |
| 40. |
Is C is POP or OOP? C POP છે કે OOP?
|
||||
|
Answer:
Option (a) |