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