Possible Duplicate:
What's the difference between a file descriptor and file pointer?
If I open file like this:
FILE *fp = fopen("mr32.txr","r");
then fp is file pointer or file descriptor? What is difference between them?
If I open file like this:
then
| ||||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
fp is a FILE pointer File pointer:
File descriptor:
based on this link | |||
|
feedback
|
|
It's a pointer to a | |||||
feedback
|
|
| |||
|
feedback
|