

MCQOPTIONS
Saved Bookmarks
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 code |
Answer» B. find first occurrence of c in char s[ ]. | |