Do these example before doing advance problems if you are starting with c programming
every chapter contains some examples,as c is a different language which you can not practise and learn while talking and all that ,so this is a page who are going to start c programming ,learn lessons from recommended books and do these examples
without knowing basics you can not code any program
here are some examples give chapter wise
Printing using printf statement
- Newline character
- List of item
- Scanning and printing a number
- Printing a number in reverse order
- Hello word
Scanning numbers using scanf statement
Arithmetic using recursion
Functions
- Sum of number divisible by 9 between 0 to 100
- Checking of even number
- sum of series 1+(1/2)+(1/3)...+(1/n)
- Unit Conversion
Pointers
Structure
-
link list
No comments:
Post a Comment