C Programming and Technical Programming Definition

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.

Read Solution (Total 2)

C Other Question

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
In C, if you pass an array as an argument to a function, what actually gets passed?

Options
1) Value of elements in array
2) First element of the array
3) Base address of the array
4) Address of the last element of array