Examveda
Examveda

Which among the given options compares atmost n characters of string ch to string s?

A. int strncmp(ch, s, n)

B. int strcmp(ch, s)

C. int strncmp(s, ch, n)

D. int strcmp(s, ch)

Answer: Option A


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings