A Rs. 1443.75
B Rs. 1750
C
Rs. 1840
D
Rs. 1680
Share : |
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 seek favour
B extract favour
C display favour
D cook favour
E
No correction required
Share : |
A 4
B 5
C The program will report compile time error.
D 3
E Garbage-value
Share : |
A The program will report compile time error.
B 200
C 100
D 0
E 400
Share : |
A The program will print the output Garbage 25 25 .
B The program will report compile time error.
C The program will print the output 25 Garbage 25 .
D The program will print the output 25 25 25 .
Share : |
A The program will report compile time error.
B The program will print the output Garbage Garbage .
C The program will print the output 20 40 .
D The program will print the output 0 0 .
Share : |
A 11 22 0 0
B The program will report compile time error.
C 11 0 22 0
D 11 22 11 22
E 11 0 0 22
Share : |
A 11 11 0 22
B 11 11 11 0
C The program will report compile time error.
D 11 22 0 0
E 11 11 11 22
Share : |
A float Function(int Tmp = Show(int, float));
B Both A and B.
C float = Show(int, float) Function(Tmp);
D int Function(int Tmp = Show());
Share : |
A Both A and B.
B We cannot use the constant while defining the function.
C C++ enables to define functions that take constants as an argument.
D We cannot change the argument of the function that that are declared as constant.
Share : |