[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: File Input/Output - Discussion

Home > C Programming > File Input/Output > MCQs Questions Discussion

4 / 12

In the following 'C' code, fp points to

#include <stdio.h>
void main()
{
FILE* fp;
fp = fopen ("trial", "r");
}

Afirst character in the file

BA structure which contains a char pointer which point to the first. chs meter in th file

Cname of the file

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!