We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
APPRENTICESHIP
SET 1 – C Programming Language
(Basic Programs)
1. Write a program to Print a Text “ Hello word”.
2. Write a program to find addition of two integers. 3. Write a program to find subtraction of two integers. 4. Write a program to find multiplication of two integers. 5. Write a program to find division of two integers using type casting to float. 6. Write a program to find remainder of two integers. 7. Write a program to find the area of triangle when base and heights are given. 8. Write a program to find the area of a Circle when radius is given. 9. Write a program to find the circumference of a circle when radius is given. 10. Write a program to find the perimeter of a rectangle when length and breadth is given.