C Programming and Technical Programming Program

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

Read Solution (Total 2)

C Other Question

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()
What will the function rewind() do?

Options
1) Reposition the file pointer to a character reverse.
2) Reposition the file pointer stream to end of file.
3) Reposition the file pointer to begining of that line.
4) Reposition the file pointer to begining of file.