a) int strncmp(ch, s, n)
b) int strcmp(ch, s)
c) int strncmp(s, ch, n)
d) int strcmp(s, ch)
Which among the given options compares atmost n characters of string ch to string s?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which among the given options compares atmost n characters of string ch to string s?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!