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