1.

What will be the error (if any) in the following C code?

A. No error
B. Error in the statement: strcpy(p,”HELLO”);
C. Error in the statement: *p=(char)calloc(10);
D. Error in the statement: free(p);View Answer
Answer» D. Error in the statement: free(p);View Answer


Discussion

No Comment Found