Structured Programming Approach

1. Write a C program for the following:

>=80% -- Distiction
>=60% -- First Class
>=40% -- Pass Class
Otherwise -- Fail


     e.g. 123 >>>OneTwoThree



7. Write a C program to Print given Pattern:
  1>>>

  2>>>

  3>>>








13. Write a C program to find sum of the digits of the Number with and without Recursion.


       





17. Write a C program to swap two numbers using Call by Reference And call by value.


18. Write a C program to add two integer using Pointers.