1.

What will the following C code do?

A. find last occurrence of c in char s[ ].
B. find first occurrence of c in char s[ ].
C. find the current location of c in char s[ ].
D. There is error in the given codeView Answer
Answer» B. find first occurrence of c in char s[ ].


Discussion

No Comment Found