Added two more additional learning resources (#25538)

I've added two more useful and informative websites as additional learning resources.
pull/25585/head^2
Arunangshu Biswas 2018-12-21 06:30:12 +05:30 committed by Manish Giri
parent d16598aae1
commit f00c2e6730
1 changed files with 2 additions and 0 deletions

View File

@ -255,3 +255,5 @@ Super awesome, right! :smile:
### More Information:
- <a href='https://en.wikibooks.org/wiki/C_Programming/File_IO' target='_blank' rel='nofollow'>Wikibooks page on file IO</a>
- <a href='https://www.tutorialspoint.com/cprogramming/c_file_io.htm' target='_blank' rel='nofollow'>Tutorialspoint page on file IO</a>
- <a href='https://www.geeksforgeeks.org/basics-file-handling-c/' target='_blank' rel='nofollow'>GeeksforGeeks page on file IO</a>