From 4f0c520599dcb50d29df888f2c9e75f3b1b6c478 Mon Sep 17 00:00:00 2001 From: Maxim Abramchuk Date: Sat, 5 Dec 2015 14:47:08 +0300 Subject: [PATCH] Add description for C language Q&A --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e1d2bb6..83fe3bb 100644 --- a/README.md +++ b/README.md @@ -90,14 +90,12 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ## C -- http://www.tutorialspoint.com/cprogramming/cprogramming_interview_questions.htm -- http://www.indiabix.com/technical/c/ -- http://www.indiabix.com/technical/c/the-c-language-basics/ -- http://placement.freshersworld.com/power-preparation/technical-interview-questions/C-programming-answers-21419 -- http://www.cquestions.com/2010/10/c-interview-questions-and-answers.html -- http://www.geekinterview.com/Interview-Questions/Languages/C -- http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-1/ -- http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-2/ +- [http://www.tutorialspoint.com/cprogramming/cprogramming_interview_questions.htm](http://www.tutorialspoint.com/cprogramming/cprogramming_interview_questions.htm) - C Programming Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of C Programming. +- [http://www.indiabix.com/technical/c/](http://www.indiabix.com/technical/c/) - C Programming Interview Questions and Answers for such topics as Bits and Bytes, Preprocessors, Functions, Strings, Language basics and etc. +- [http://placement.freshersworld.com/power-preparation/technical-interview-questions/C-programming-answers-21419](http://placement.freshersworld.com/power-preparation/technical-interview-questions/C-programming-answers-21419) - 165 C interview questions. +- [http://www.cquestions.com/2010/10/c-interview-questions-and-answers.html](http://www.cquestions.com/2010/10/c-interview-questions-and-answers.html) - Basic C language technical frequently asked interview questions and answers. It includes data structures, pointers interview questions and answers for experienced. +- [http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-1/](http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-1/) - First set of commonly asked C programming interview questions from computer science portal for geeks. +- [http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-2/](http://geeksquiz.com/commonly-asked-c-programming-interview-questions-set-2/) - Second set of commonly asked C programming interview questions from computer science portal for geeks. ## C♯