Overall Stats
Attempted
63
Correct
22
Incorrect
7
Viewed
34
Answers
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying all of above is correct answer
swathi -
4 years ago
swathi from Chennai, India is saying all of above is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying all of above is correct answer
Neyah Deshmukh -
4 years ago
Neyah Deshmukh from India is saying draw lines and circles is correct answer
Muhammad Asghar -
4 years ago
Muhammad Asghar from Vehari, Pakistan is saying all of above is correct answer
Related Questions
Which of the following function prototype is perfectly acceptable?
- [A] int Function(int Tmp = Show());
- [B] float Function(int Tmp = Show(int, float));
- [C] Both A and B.
- [D] float = Show(int, float) Function(Tmp);
A static function
- [A] should be called when an object is destroyed
- [B] is closely connected with an individual object of a class
- [C] can be called using the class name and function
- [D] is used when a dummy object must be created
Which of the following type of function is an ideal candidate for being declared inline ?
- [A] A function that is small and is not called frequently
- [B] A function that is small and is called frequently
- [C] A function that is not small and is not called frequently
- [D] A function that is not small and is called frequently
A friend function can be used to ?
- [A] avoid arguments between classes
- [B] allow access to classes whose source code is unavailable
- [C] allow one class to access an unrelated class
- [D] increase the versatility of an overloaded operator
A friend function
- [A] is declared as a friend & defined elsewhere in the program
- [B] is always an inline function
- [C] created objects without initialization
- [D] May be a static member function of the class