uthcode / learntosolveit

The C Programming Language Companion
http://www.learntosolveit.com
Other
198 stars 1.37k forks source link

First Chapter - Formatting #10

Closed orsenthil closed 10 years ago

orsenthil commented 10 years ago
  1. Create a branch called Chapter1
  2. Read the The C Programming Language book Chapter 1
  3. Identify the problems that are present in the Chapter 1.
  4. And in corresponding Examples present in Uthcode, add the title and question.

    For e.g. How entab.rst was updated with the

    Title

    Question

Leaving the current program

Explaination

https://raw.github.com/uthcode/uthcode/master/source/cprogramming/entab.rst

Leave the Explanation part empty as we can do that together. But the Editing of the Title and Editing of the Question corresponding to the program can be done. Finding the program against the question might be the challenge to solve.

avinashsonnad commented 10 years ago

Done