Click here to view the programs...

I hope to provide a C program everyday,which will be helpful for new users or programmers. If you want to know about how learn these programs - Better Contact my teacher :) and if you find any errors or bugs please let me know. As I want to provide more details about each program.Please post your comments/feedbacks/bugs on these programs.
update 2011-Nov: Its been quite some time since I last updated this list(adding more programs).I hope to update the list depending on user comments/feedback.

Assigned Values For Variables

1.Simple multiplication 16.6.2009)
2.Area of circle with Operator Precedence (17.6.2009)
3.Volume of sphere 18.6.2009)
4.Volume of cylinder (19.6.2009)
5.Area of Triangle (20.6.2009)
6.Conversion from Fahrenheit to Centigrade (21.6.2009)

Getting Input Values From Keyboard

7.Simple multiplication 22.6.2009)
8.Area of circle(23.6.2009)
9.Volume of sphere (23.6.2009)
10.Volume of cylinder (23.6.2009)
11.Area of Triangle (24.6.2009)
12.Conversion from Fahrenheit to Centigrade (24.6.2009)

Modular Division Operator

13. Even number or Odd number (25.6.2009)
14. Leap year or not (26.6.2009)
15. Biggest of two integers (27.6.2009)

Nested if-elses

16. Biggest of three integers (27.6.2009)
17. Smallest of three integers (27.6.2009)

Logical operators

18. Single digit or not (Logical AND) (28.6.2009)

The else if ladder

19. One,Two,Three or Four digit number (29.6.2009)

Logical OR

20. Vowel or not (30.6.2009)
21. Arithmetic operator or not (1.7.2009)

Implicit if

22. Even number or not (2.7.2009)
23. Leap year or not (3.7.2009)
24. Even number or not (Logical NOT) (4.7.2009)
25. Leap year or not (Logical NOT) (5.7.2009)

Ternary Operator

26. Biggest of two numbers(6.7.2009)
27. Smallest of two numbers(7.7.2009)
28. Biggest of three numbers(8.7.2009)
29. Smallest of three numbers(9.7.2009)
30. Biggest of three numbers(Nested Ternary Operator(10.7.2009)
31. Smallest of three numbers(Nested Ternary Operator)(11.7.2009)

ASCII value

32. Ascii value of a character (12.7.2009)
33. Uppercase or not (13.7.2009)
34. Lowercase or not (14.7.2009)
35. Number or not (15.7.2009)
36. Classifies upper,lower,Digit or special character (16.7.2009)
37. Converts uppercase to Lowercase (16.7.2009)
38. Convert Lowercase to uppercase (16.7.2009)
39. Single digit number into word (16.7.2009)
40. Word for vowel (17.7.2009)

Switch-case

41. Single digit number into word (18.7.2009)
42. Word for vowel (18.7.2009)
43. Word for vowel - Both Uppercase & Lowercase (19.7.2009)
44. Arithmetic operator or not (19.7.2009)
45. Arithmetic/Logical/Relational/Ternary/bitwise operator (20.7.2009)

While-loop

46. Prints numbers from 1 to 10 (21.7.2009)
47. Prints even & odd numbers from 1 to 10 (21.7.2009)
48. Prints Leap & non Leap years (21.7.2009)
49. Prints numbers from the given range (21.7.2009)
50. Prints odd & even numbers from the given range (21.7.2009)
51. Prints Leap & non Leap years from the given range (22.7.2009)
52. Read and Display number until -1000 is given (24.7.2009)
53. Determine whether given numbers are postive or negative or zero (24.7.2009)
54.Count of postive or negative or zero nos - until -1000 is given. (02.02.2010)
55.Sum of postive or negative or zero nos - until -1000 is given. (02.02.2010)
56.Mean of postive or negative or zero nos - until -1000 is given. (02.02.2010)
57.Read & Display char until $ is given. (02.02.2010)
58.Read & determine upper lower digit and special chars - until -$ (02.02.2010)
59.Count no.of upper lower digit and special chars - until -$ (01.03.2010)
60.Read & Display 10 nos (01.03.2010)
61.Mean of 10 nos (03.03.2010)
62. Biggest of ten numbers (04.03.2010)

Integer Arrays:

63.Read and Display Integer using Array (04.03.2010)
64.Mean of Ten numbers using Integer Array (04.03.2010)
65. Biggest of ten numbers using integer array (04.03.2010)
66.Position of Biggest of ten numbers using integer array (04.03.2010)
67.Position of Biggest and smallest of ten numbers using integer array (08.03.2010)

Multi-dimensional Integer Arrays:

68.Read an integer matrix (09.03.2010)
69.Transpose matrix (09.03.2010)
70.Sum of matrix (09.03.2010)
71.Product of matrix (12.05.2010)

Character Arrays:
72.Read char array (12.05.2010)
73.Read char array (12.05.2010)
74.Read until newine char (12.05.2010)
75.Read until $ (12.05.2010)
76.Read char by char (12.05.2010)
77.Count upper lower digit special chars (12.05.2010)
78.Count words lines characters (12.05.2010)
79.Copy a string array (12.05.2010)

Character Arrays - String manipulations:

80.Copy left n characters (13.05.2010)
81.Copy left n characters from m position(13.05.2010)
82.Copy last n character (13.05.2010)
83.Convert string from upper to lowercase (13.05.2010)
84.Convert string lowercase to uppercase (13.05.2010)
85.find and replace a character (13.05.2010)
86.Delete a character (13.05.2010)
87.Reverse the string (13.05.2010)
88.Concatnate two strings (13.05.2010)
89.Convert from fortan to pascal (13.05.2010)
90. Convert pascal into Fortran (14.05.2010)
91.No.of Lines in a Text(14.05.2010)
92.Position after each line (14.05.2010)
93. Position after each line and print them (14.05.2010)
94.Display Nth Line(16.05.2010)
95.Display from Nth line to Mth Line(16.05.2010)
96.grep command - whether given pattern/string exist or not(16.05.2010)
97.grep command count option - whether given pattern/string exist or not (16.05.2010)
98.delete the given pattern (16.05.2010)
99.sed command - search and replace string(16.05.2010)

for loop
100.print first 100 numbers - for loop(20.05.2010)
101.Even numbers within 100(20.05.2010)
102. compute leap year (27.05.2010)
103.Print number within a range(27.05.2010)
104. Print odd or even numbers(27.05.2010)
105.Leap year within range (28.05.2010)
106.Read from keyboard untill -1000 (28.05.2010)
107.Verify Positive negative or zero (28.05.2010)
108.counting no.of Positive , Negative or Zero (31.05.2010)
109.Sum of Positive , Negative numbers (31.05.2010)
110.Mean of Positive , Negative Nos (31.05.2010)
111.Read & Display char until $ (31.05.2010)
112.Classify Upper & lower case and digit until $ (31.05.2010)
113.Count Upper & lower case and digit until $ (27.07.2010)
114.Read & Display 10 nos (01.08.2010)
115.Average of 10 nos (01.08.2010)
116.Biggest of 10 nos (01.08.2010)
Integer arrary - for loop
117. Read & Display 10 nos - integer array (03.08.2010)
118.Mean of 10 nos - integer array (03.08.2010)
119. Biggest 10 nos - integer array(03.08.2010)
120. Position of Biggest of 10 nos - integer array(03.08.2010)
121.Position of Biggest & smallest of 10 nos - integer array(03.08.2010)
122.Interchange Biggest & smallest of 10 nos - integer array(03.08.2010)
123.Second Biggest 10 nos - integer array(03.08.2010)
124.Second Biggest & Second Smallest 10 nos - integer array(03.08.2010)
125.Read & Display Matrix - Integer Array - for loop(03.08.2010)
C program - Inotify example
Invoking Linux System call directly
How to Use sqlite with C