C but how ?

epynic

Right off the assembly line
just joined mca , being a non-comp student I dont have any knowledge about c programming . So guys could you please list of some good sites with lot of sample programs right from the basics , .
 

Liverpool_fan

Sami Hyypiä, LFC legend
Try "Let us C" by Yeshvant Kanetkar.
Wrong Try. Try again.

@OP:
For a book buy "The C Programming Language" by Kernighan and Ritchie.

As for links:
C Programming - Wikibooks, collection of open-content textbooks
C programming.com - Your Resource for C and C++ Programming
The C Book - Table of Contents

For examples:
*www.cis.temple.edu/~ingargio/cis71/code/

For extra tips:
Things to Avoid in C/C++ -- gets() , Part 1 - GIDNetwork
comp.lang.c Frequently Asked Questions

For setting up Compiler and IDE:
Setting Up C Compiler (GNU C Compiler) - FOSS Powered Wiki
Geany - FOSS Powered Wiki

P.S.: Stay away from Turbo C/C++ range of compilers

Good Luck
 
Top Bottom