31. |
Which keyword is used to declare the friend function? (friend function ડીકલેર કરવા માટે કયા કીવર્ડનો ઉપયોગ કરવામાં આવે છે?)
|
||||||||
Answer:
Option (b) |
32. |
Where does keyword ‘friend’ should be placed? (‘friend’ કીવર્ડ ક્યાં મૂકવો જોઈએ?)
|
||||||||
Answer:
Option (a) |
33. |
Pick the correct statement. (સાચું statement પસંદ કરો.)
|
||||||||
Answer:
Option (c) |
34. |
Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified? (oop ની નીચેની કયા concept ના કમ્પાઈલરને ફંક્શન call માં arguments ને insert કરવાની મંજૂરી આપે છે જો તે specified ના હોઈ તો?)
|
||||||||
Answer:
Option (a) |
35. |
Default value of static variable is_____ . (static variable ની Default value _____ છે.)
|
||||||||
Answer:
Option (a) |
36. |
Static variable in a class is initialized when _____ . (class માં Static variable initialize થાય છે જ્યારે _____.)
|
||||||||
Answer:
Option (c) |
37. |
Default values for a function are specified when ____ . (જ્યારે ______ ત્યારે ફંકશન માટેની Default values ને specified કરવામાં આવે છે.)
|
||||||||
Answer:
Option (b) |
38. |
Can member functions of one class be friend functions of another class? (શું એક class ના મેમ્બર functions બીજા class ના riend functions હોઈ શકે? .)
|
||||
Answer:
Option (a) |
39. |
Assigning one or more function body to the same name is called ____________ . (એક અથવા વધુ ફંક્શન બોડીને same name આપવાને ____________ કહેવામાં આવે છે.)
|
||||||||
Answer:
Option (b) |
40. |
What does memory allocation for objects mean? (object માટે memory allocation નો અર્થ શું છે?)
|
||||||||
Answer:
Option (a) |