1. |
In C++ Program, inline fuctions are expanded during ____ (C++ પ્રોગ્રામ માં, inline functions એ ________ દરમ્યાન expand થાય છે.)
|
||||||||
Answer:
Option (a) |
2. |
What are mandatory parts in the function declaration? (function declaration માટે ના ફરજીયાત પાર્ટસ ક્યાં છે?)
|
||||||||
Answer:
Option (a) |
3. |
Which of the following is used to terminate the function declaration? (function declaration ને terminate કરવા માટે નીચેના માંથી શું ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (c) |
4. |
What will be the output of the following C++ code?
નીચે આપેલા C++ code નું output શું થશે?
|
||||||||
Answer:
Option (a) |
5. |
What is the scope of the variable declared in the user defined function? (user defined function માં declare કરેલા વેરીએબલ નો scope શું છે?)
|
||||||||
Answer:
Option (b) |
6. |
What happens to a function defined inside a class without any complex operations (like looping, a large number of lines, etc)? (Class ની અંદર define કરેલા function નું શું થશે જેમાં એક પણ complex operation( જેમકે looping, ઘણી બધી lines, વગેરે) નથી?)
|
||||||||
Answer:
Option (c) |
7. |
What is an inline function? (inline function શું છે?)
|
||||||||
Answer:
Option (a) |
8. |
When we define the default values for a function? (આપણે function ની default value ક્યારે define કરીએ છીએ?)
|
||||||||
Answer:
Option (b) |
9. |
Where should default parameters appear in a function prototype? (function prototype માં default parameteres ક્યાથી appear થવા જોઈએ?)
|
||||||||
Answer:
Option (a) |
10. |
If an argument from the parameter list of a function is defined constant then _______________ (જો function ની parameter list માંથી argument એ constant define થયેલી હોય તો_______________)
|
||||||||
Answer:
Option (b) |