1. Question: What will the function rewind() do?

    A
    Reposition the file pointer to a character reverse.

    B
    Reposition the file pointer stream to end of file.

    C
    Reposition the file pointer to begining of that line.

    D
    Reposition the file pointer to begining of file.

    Note: Not available
    1. Report
  2. Question: Input/output function prototypes and macros are defined in which header file?

    A
    conio.h

    B
    stdlib.h

    C
    stdio.h

    D
    dos.h

    Note: Not available
    1. Report
  3. Question: 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()

    Note: Not available
    1. Report
  4. Question: What is stderr ?

    A
    standard error

    B
    standard error types

    C
    standard error streams

    D
    standard error definitions

    Note: Not available
    1. Report
  5. Question: Does there any function exist to convert the int or float to a string?

    A
    Yes

    B
    No

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd