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 Had I been realised
C
When I realised
D
Had I had realised
E
No correction required
Share : |
A No
B Yes
Share : |
A Overloaded functions can accept only different number and different type of arguments.
B Overloaded functions can accept only same number and same type of arguments.
C Overloaded functions can accept same number of arguments.
D Overloaded functions always return value of same data type.
Share : |
A Member function of class
B Both B and C
C main()
D Member function of structure
Share : |
A The order of the default argument will be alternate.
B The order of the default argument will be random.
C The order of the default argument will be left to right.
D The order of the default argument will be right to left.
Share : |
A The program will report error on compilation.
B 35
C 237
D 242
E 240
Share : |
A -6
B 6
C -8
D 8
Share : |
A a = 20 b = Garbage
B a = 20 b = 40
C a = Garbage b = 40
D a = 20 b = 30
Share : |
A The program will print the output 10 20.
B The program will print the output 10 0.
C The program will print the output 10 garbage.
D The program will report compile time error.
Share : |
A 10
B 30
C 20
D 40
E Compilation fails.
Share : |