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
stands on ends
B
stood on ends
C
stood at ends
D
No correction required
E
stood to ends
Share : |
A No
B Yes
Share : |
A Three
B Only one
C Unlimited
D Two
Share : |
A A destructor has no return type.
B A destructors return type is always same as that of main().
C A destructor has void return type.
D A destructor has integer return type.
Share : |
A A constructor always returns an integer.
B A constructor cannot be overloaded.
C A constructor has a different name than the class in which it is present.
D A constructor has the same name as the class in which it is present.
Share : |
A Loader
B Compiler
C Linker
D Preprocessor
Share : |
A two
B one
C no
D three
Share : |
A Forward order
B Depends on how the object is constructed
C Reverse order
D Depends on how many objects are constructed
Share : |
A Friend function
B Member function
C Default constructor
D const function
Share : |
A destructor
B assignment function
C copy constructor
D constructor
Share : |