KEMBAR78
C Assignment 1 | PDF
0% found this document useful (0 votes)
4 views2 pages

C Assignment 1

The document outlines a programming assignment consisting of various tasks to be completed in C. These tasks include writing programs for basic arithmetic operations, geometric calculations, number comparisons, and pattern printing. The assignment aims to enhance programming skills through practical coding exercises.

Uploaded by

Ritx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

C Assignment 1

The document outlines a programming assignment consisting of various tasks to be completed in C. These tasks include writing programs for basic arithmetic operations, geometric calculations, number comparisons, and pattern printing. The assignment aims to enhance programming skills through practical coding exercises.

Uploaded by

Ritx
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment 1

1. Write a C Program to Add Two Integers


2. Write a C Program to Find Area of Circle
3. Write a C Program To Convert Fahrenheit To Celsius
4. Write a C Program to Swap Two Numbers
5. Write a C Program to Find the Largest Number among Three
Numbers.
6. Write a C Program to Check Whether a Number is Even or Odd
7. Write a C Program to Make a Simple Calculator Using switch case
8. Write a C Program to Generate Multiplication Table
9. Write a C program to print the pattern.

i. *
**
***
****
*****

ii. *****
****
***
**
*

iii. 1

1 2

1 2 3

1 2 3 4

1 2 3 4 5

iv. *
**
***
****
*****
******

You might also like