Overall Stats
Answers
Blank OP from Bacolod City, Philippines is saying returns a character when any key is pressed is correct answer
swathi from Chennai, India is saying displays a character on the screen when any key is pressed is correct answer
Rohan Bhosale from Pune, India is saying displays a character on the screen when any key is pressed is correct answer
Dhayanand Selvaraj from India is saying displays a character on the screen when any key is pressed is correct answer
Neyah Deshmukh from India is saying displays a character on the screen when any key is pressed is correct answer
Related Questions
What is true about inline functions ?
- [A] It's a compulsion on the compiler to make function inline
- [B] It's a request to the compiler to make te function inline
- [C] It's the indication to the compiler that the function is recursive
- [D] It's the indication to the compiler that the function is member function
Which of the following statement is correct?
- [A] Constructors can have default parameters.
- [B] Constructors cannot have default parameters.
- [C] Constructors cannot have more than one default parameter.
- [D] Constructors can have at most five default parameters.
The signature of a function is its ..... ?
- [A] Function code
- [B] Prototype
- [C] Call
- [D] Parameter list
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
Dividing a program into functions
- [A] is the key to object oriented programming
- [B] makes the program easier to conceptualize
- [C] makes the program run faster
- [D] both (B) and (C)