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
were to be cheated
B
had been cheating
C
have been cheated
D
No correction required
E
had been cheated
Share : |
A display() doesn't get invoked B None of these
C No error
D display() is called before it is defined Share : |
A
Error: cannot set bit field for float
B 4
C Error: Invalid member access in structure
D 2
Share : |
A Error: invalid constant expression
B Error: Rvalue required
C Error: Lvalue required/incompatible types in assignment
D No error, Output: Suresh 25
Share : |
A Error: structure variable must be initialized.
B Error: Floating point formats not linked Abnormal program termination.
C The code runs successfully.
D Error: scanf() function cannot be used for structures elements. Share : |
A 2, 3
B 1, 3, 4
C 1, 2
D 1, 2, 3
Share : |
A d.month = 12
B pdt.month = 12
C &pdt.month = 12
D pdt->month = 12
Share : |
A Structure maruti is nested within structure bolts.
B Structure maruti is nested within structure engine.
C Structure engine is nested within structure maruti.
D Structure bolts is nested within structure engine.
Share : |
A False
B True
Share : |
A True
B False
Share : |