1.

What is the return value of the following statement if it is placed in C program? strcmp( ABC , ABC );

A. 33
B. 1
C. 0
D. Compilation Error
Answer» D. Compilation Error


Discussion

No Comment Found