Question:

Programming Language Guide

by  |  earlier

0 LIKES UnLike

Can someone give me links from where i can learn C ???

 Tags:

   Report

3 ANSWERS


  1. Guys he said C


  2. Okay, I specifically chose to look on a BSD-focused Search Engine because you're talking C and C and Unix developed together.  These are thorough and no-nonsense tutorials:

    http://www.iu.hio.no/~mark/CTutorial/CTu...

    Suggests it's focused on someone who has worked with an interpreted language, such as Perl or Shell Scripting.  If you've ever written a batch file that's EXACTLY the same as shell scripting.  If you haven't, why not?  Go look them up and write a couple.

    http://www.cs.cf.ac.uk/Dave/C/CE.html

    A. D. Marshall is awesome.  He's a British professor who mostly wrote his tutorials in the late eighties and early nineties focusing on X-Windows using desktops which would be completely foreign to modern Ubuntu-users.  Nevertheless you want to start learning C using the stdio.h header file and library routines.  That means that Operating System doesn't matter.  You probably want to run programs from the command line though.

    http://www.linuxtopia.org/online_books/p...

    This is a tutorial specific to gcc but gcc is the compiler which is closest to the C standard.  The other compilers should be able to handle most of what that tutorial throws at you.

  3. www.cprogramming.com  very good website

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions