7 years ago
in C++ Functions
Overall Stats
Attempted
92
Correct
14
Incorrect
24
Viewed
54
Answers
Noha Adel -
2 months ago
Noha Adel is saying The program in which it occurs is correct answer
Blank OP -
4 years ago
Blank OP from Bacolod City, Philippines is saying The function in which it occurs is correct answer
swathi -
4 years ago
swathi from Chennai, India is saying The block in which it occurs is correct answer
Rohan Bhosale -
4 years ago
Rohan Bhosale from Pune, India is saying The function in which it occurs is correct answer
akash patil -
4 years ago
akash patil from India is saying The program in which it occurs is correct answer
Related Questions
Which of the following statement is correct?
- [A] Overloaded functions can have at most one default argument.
- [B] An overloaded function cannot have default argument.
- [C] All arguments of an overloaded function can be default.
- [D] A function if overloaded more than once cannot have default argument.
Which of the following statement will be correct if the function has three arguments passed to it?
- [A] The trailing argument will be the default argument.
- [B] The first argument will be the default argument.
- [C] The middle argument will be the default argument.
- [D] All the argument will be the default argument.
Static Member function
- [A] can access any other member function & member variables
- [B] can access only static member variables & member functions
- [C] can be only called through object of the class
- [D] Returns only static data
Which of the following function declaration is/are incorrect?
- [A] int Sum(int a, int b = 2, int c = 3);
- [B] int Sum(int a = 5, int b);
- [C] int Sum(int a = 0, int b, int c = 3);
- [D] Both B and C are incorrect.
- [E] All are correct.
Using turbo C++ library function can ?
- [A] color any closed figure
- [B] draw lines and circles
- [C] write in variety of fonts and sizes
- [D] all of above