Question: What is the syntax of ungetc()?

Options

A : void ungetc(int c, FILE *fp)

B : int ungetc(int c, FILE *fp)

C : int ungetc(String c, FILE *fp)

D : int getc(int c, FILE *fp)

Click to view Correct Answer

Previous ||

C Programming Ungetc 2 more questions

What should be passed in parameters when function does not....

Which of the following is integral data type?

Which of the following function with ellipsis are illegal?

Choose the incorrect option.

Which of the following represents the function for scanf()?

If malloc() and calloc() are not type casted, the default....

WiMAX provides _______

The residue in the round bottom flask is ____________

Excessive corrosion of metal takes place if corrosion product is....

Which of the following cannot be a variable name in....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Self Referential Structures 1

C Programming Sizeof Keyword 1

C Programming Sizeof Keyword 2

C Programming Storage Management 1

C Programming String Operations

C Programming Variable Length Argument

C Programming Variable Names 1

C Programming Variable Names 2

C Plus Plus Aptitude Question Answer Pointers

Cplusplus Interview Basic String