11. |
Which of the following feature is used in function overloading and function with default argument? (function overloading અને function with default argument માં નીચેના માંથી કયા feature નો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (b) |
12. |
What will be the output of the following C++ code?
નીચે આપેલા C++ code નું output શું થશે?
|
||||||||
Answer:
Option (c) |
13. |
From which function the execution of a C++ program starts? (C++ પ્રોગ્રામ નું execution એ ક્યાં function થી start થાય છે?)
|
||||||||
Answer:
Option (b) |
14. |
What will happen when we use void in argument passing? (જયારે આપણે argument passing માં void નો use કરીયે ત્યારે શું થાય છે?)
|
||||||||
Answer:
Option (a) |
15. |
What will be the output of the following C++ code?
નીચે આપેલા C++ code નું output શું થશે?
|
||||||||
Answer:
Option (a) |
16. |
When will we use the function overloading? (function overloading નો ઉપયોગ ક્યારે કરવામાં આવે છે?)
|
||||||||
Answer:
Option (a) |
17. |
Which of the following permits function overloading on c++? (c++ માં નીચેનામાંથી ફંકશન ઓવરલોડીંગ માં શું ઉપયોગ કરવામાં આવે છે?)
|
||||||||
Answer:
Option (c) |
18. |
Overloaded functions are ________________ (ઓવરલોડ કરેલા ફંકશન ________________ હોઈ છે)
|
||||||||
Answer:
Option (c) |
19. |
If the user did not supply the value, what value will it take? (જો યુઝર value કઈ પૂરી પાડતો નથી, તો તે શું value લેશે?)
|
||||||||
Answer:
Option (a) |
20. |
What does a class in C++ holds? (C++ માં class માં શું હોઈ છે?)
|
||||||||
Answer:
Option (c) |