Based on the request by Mr. Jamshid i thought why not just start the useful links and tutorials for novice C programmers so they dont have to do a lot of GOOGLE like the one present in Python Forums.
If the moderators like the concept here they can sticky this or delete this post if they dont like it.
If this thread manages to stay, anyone intrested can post any important links or resources they know of and can start a new thread if they have any doubts.
List of free compilers and IDE
1) Codeblocks IDE integrated with MINGW compiler can be downloaded at http://www.codeblocks.org/downloads.shtml
2) Bloodshed Dev C++ IDE with MINGW port of GCC as its compiler at http://www.bloodshed.net/devcpp.html
3) Visual Studio Express Edition
4) Pelles C IDE
List of Tutorials
C programming tutorials 4th edition
http://www.iu.hio.no/~mark/CTutorial/CTutorial.html#PrefaceC standard function reference
http://www.cppreference.com
http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html#ContentsExcellent site for free compilers, libraries, tutorials etc.
http://www.thefreecountry.com/documentation/onlinereferences.shtmlC programming Notes
http://www.eskimo.com/~scs/cclass/notes/sx1.htmlProgrammign in C
http://www.scit.wlv.ac.uk/~jphb/cbook/html/Excellent site a must see for all newbies
http://www.cprogramming.com/tutorial.html
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.htmlLink to many programming tutorials
http://www.programmingtutorials.com/c.aspx
http://www.freeprogrammingresources.com/ctutor.html
http://www.tutorialized.com/tutorials/C-and-Cpp/1
http://www.techtutorials.info/cgen.html
http://www.intelligentedu.com/newly_researched_free_training/C.html
http://www.cyberdiem.com/vin/tutorials.html
Pointer and other topic specific resources
http://pweb.netcom.com/~tjensen/ptr/cpoint.htm
http://www.augustcouncil.com/~tgibson/tutorial/
http://www.newty.de/fpt/index.htmlAdvice and warnings for C
http://www.brainbell.com/tutors/c/Advice_and_Warnings_for_C/Interfacing ODBC and C
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.html
Waiting for the feedback of all the members and would be really happy if you would carry on adding more links to this thread so that a newbie would not have to search a lot on the net regarding how to start on C.Regards
~s.o.s~
following site is not accessible its showing no authorization
Interfacing ODBC and C
http://www.physics.drexel.edu/course..._tutorial.html
i am plannig to add few more sites here, just checking what are all present here to avoid repetition.