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
they have access
B
one of them have access
C
he or she has access
D No correction required
E
access can be available
Share : |
A * (asterisk)
B | (pipeline)
C - (hyphen)
D _ (underscore)
Share : |
A Yes
B No
Share : |
A Yes
B No
Share : |
A Yes
B No
Share : |
A No
B Yes
Share : |
A Yes
B No
Share : |
A Representation of void pointer
B Representation of NULL pointer
C None of above
D Error
Share : |
A char *p = (char *)(malloc*)(100);
B char *p = (char*)malloc(100);
C char *p = (char) malloc(100);
D char p = *malloc(100);
Share : |
A stdio.h and stddef.h
B math.h
C stdio.h
D stddef.h
Share : |