Saved Bookmarks
| 1. |
Fclose() कथन का सम्पूर्ण सिन्टैक्स बताइए। |
|
Answer» Answer: hey dude! Declaration: int fclose(FILE *fp); fclose() FUNCTION CLOSES the file that is being pointed by file pointer fp. In a C program, we close a file as below. fclose (fp); Explanation: HOPE THIS HELPS U MY FRD ! PLZ MARK AS BRAINLIEST ! >>>>>>>THANK U<<<<<< #keep smiling :) |
|