Contents

Which function transform the string pointed t by second string and place it in the array pointed to by first string?
a) strtok ()                            
b) strerror ()
c) strfrm ()                           
d) strrev ()

c

Which function reverses all characters in a string except null character?
a) strtok ()                            
b) strerror ()
c) strfrm ()                            
d) strrev ()

d

Which function set all characters in string to specified character except the null character?
a) strset ()                             
b) strnset ()
c) strlwr ()                             
d) strupr ()

a

Which function sets specified number of characters at start of string to the specified character except null character?
a) strset ()                             
b) strnset ()
c) strlwr ()                             
d) strupr ()

b

Which function converts all characters of a string to lower case?
a) strset ()                             
b) strnset ()
c) strlwr ()                            
d) strupr ()

c

Which function converts all characters of a string to upper case?
a) strset ()                             
b) strnset ()
c) strlwr ()                             
d) strupr ()

d