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
crime has grown rapidly
B
crimes have been rapidly grown
C
rapid crime has grown
D
No correction required
E
crimes grow rapidly
Share : |
A
char int;
B int long;
C int length;
D float double;
Share : |
A No error
B None of above
C Error: typedef cannot be used until it is defined D Error: in *NODEPTR
Share : |
A Yes
B NO
Share : |
A Yes
B No
Share : |
A No
B Yes
Share : |
A No
B Yes
Share : |
A dos.h
B string.h
C stdlib.h
D memory.h
Share : |
A memalloc(variable_name, 0)
B free();
C malloc(variable_name, 0)
D dealloc();
Share : |
A free(p);
B dealloc(p);
C memfree(int p);
D malloc(p, 0);
Share : |