Home » C Programming » Input / Output

What does fp point to in the program? #include<stdio.h> int main() { FILE *fp; fp=fopen("trial", "r"); return 0; }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!