gmiller's blog

By gmiller, history, 9 years ago, In English

The following section gives a collection of Simple C Programs which are categorized into various Categories like Programs on Integers, Programs on Number Conversion, Programs on Recursion, Programs on Special Numbers. I strongly recommend programmers who recently started programming to go through below mentioned fundamental problems first to boost their knowledge of programming language basics.


This section gives a collection of C Programs on Array. Array are one of the most used data structure.
This section gives a collection of C Programs on Strings. Strings are nothing but array of characters terminated by '\0' character.
  • Vote: I like it
  • -20
  • Vote: I do not like it

| Write comment?
»
9 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Not sure why there are so many downvotes. This looks like it could be a good resource for beginners who want to practice implementation, etc.

  • »
    »
    9 years ago, # ^ |
    Rev. 2   Vote: I like it +8 Vote: I do not like it

    Good post, but codeforces not right place to post this

    • »
      »
      »
      9 years ago, # ^ |
        Vote: I like it +1 Vote: I do not like it

      Why ?

      I believe down votes are unfair here.

      Down voting simple things in the life isn't a new issue ( specially things that we are also able to do )