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 could not believe
B
certainly believing that
C
sincerely would believe
D
No correction required
E had hardly believe that
Share : |
A free(p->s); , free(p);
B free(p->s);
C free(p); , free(p->s);
D free(p);
Share : |
A p = (int*) malloc(3*sizeof(int));
B p = malloc(3*4*sizeof(int));
C p = (int*) malloc(3*4*sizeof(int));
D p = (int*) malloc(3, 4);
Share : |
A False
B True
Share : |
A False
B True
Share : |
A True
B False
Share : |
A True
B False
Share : |
A
Yes
B
No
Share : |
A Yes
B No
Share : |
A
B
C
D
E
Share : |