Explore topic-wise MCQs in Technical MCQs.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?

A. Standard input
B. Standard output
C. Standard error
D. All of the above
E.
Answer» E.
2.

Which of the following true about FILE *fp

A. FILE is a keyword in C for representing files and fp is a variable of FILE type.
B. FILE is a stream
C. FILE is a buffered stream
D. FILE is a structure and fp is a pointer to the structure of FILE type
Answer» E.