C Programming and Technical Programming Program

Which standard library function will you use to find the last occurance of a character in a string in C?

Options
1) strnchar()
2) strchar()
3) strrchar()
4) strrchr()

Read Solution (Total 1)

C Other Question

What is the purpose of fflush() function.

Options
1) flushes all streams and specified streams.
2) flushes only specified stream.
3) flushes input/output buffer.
4) flushes file buffer.
Input/output function prototypes and macros are defined in which header file?

Options
1) conio.h
2) stdlib.h
3) stdio.h
4) dos.h