From f00c2e673050aa3b14fad57d3240a060f1b89eec Mon Sep 17 00:00:00 2001 From: Arunangshu Biswas <20253878+dotslash21@users.noreply.github.com> Date: Fri, 21 Dec 2018 06:30:12 +0530 Subject: [PATCH] Added two more additional learning resources (#25538) I've added two more useful and informative websites as additional learning resources. --- guide/english/c/file-handling/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/c/file-handling/index.md b/guide/english/c/file-handling/index.md index 5c8fcd9ca0..d0bd4179be 100644 --- a/guide/english/c/file-handling/index.md +++ b/guide/english/c/file-handling/index.md @@ -255,3 +255,5 @@ Super awesome, right! :smile: ### More Information: - Wikibooks page on file IO +- Tutorialspoint page on file IO +- GeeksforGeeks page on file IO