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