Home C-program Which standard library function will you use to find the last occurance of a character in a string in C? a. strnchar()b. strchar()c. strrchar()d. strrchr()ANSWER: strrchr()
Post a Comment