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