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