Directions to Solve Which of phrases given below each sentence should replace the phrase printed in bold type to make the grammatically correct? If the sentence is correct as it is, mark 'E' as the answer. A
If I would have realised
B
When I realised
C Had I been realised
D
Had I had realised
E
No correction required
Share : |
A No
B Yes
Share : |
A Overloaded functions always return value of same data type.
B Overloaded functions can accept same number of arguments.
C Overloaded functions can accept only different number and different type of arguments.
D Overloaded functions can accept only same number and same type of arguments.
Share : |
A Member function of structure
B main()
C Member function of class
D Both B and C
Share : |
A The order of the default argument will be right to left.
B The order of the default argument will be left to right.
C The order of the default argument will be random.
D The order of the default argument will be alternate.
Share : |
A The program will report error on compilation.
B 237
C 35
D 240
E 242
Share : |
A -8
B 8
C 6
D -6
Share : |
A a = 20 b = Garbage
B a = 20 b = 30
C a = 20 b = 40
D a = Garbage b = 40
Share : |
A The program will report compile time error.
B The program will print the output 10 0.
C The program will print the output 10 garbage.
D The program will print the output 10 20.
Share : |
A Compilation fails.
B 40
C 30
D 10
E 20
Share : |