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