0% found this document useful (0 votes)
3 views

Programming_Question Bank for TYL IAT -1

The document lists a series of C programming tasks categorized into two levels: Easy and Medium. The Easy level includes tasks such as converting total days to years, calculating simple interest, and finding the largest of three numbers. The Medium level includes tasks like checking for palindromes, generating Fibonacci series, and calculating factorials.

Uploaded by

joshua.ece24
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
3 views

Programming_Question Bank for TYL IAT -1

The document lists a series of C programming tasks categorized into two levels: Easy and Medium. The Easy level includes tasks such as converting total days to years, calculating simple interest, and finding the largest of three numbers. The Medium level includes tasks like checking for palindromes, generating Fibonacci series, and calculating factorials.

Uploaded by

joshua.ece24
Copyright
© © All Rights Reserved
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/ 2

Level : Easy:

1.Write a C program to convert Total days to year, month and days.


Sample code:
2. C program to convert temperature from Fahrenheit to Celsius and vice versa
3. Write a C Program to Accept ten numbers and display sum of even and product of odd
numbers
4. Write a C Program to generate a Multiplication table of a given input number.
5. Write a C Program to calculate simple interest.
6. Write a C Program to Swap 2 numbers with third variable
7. Write a C Program to find Quotient and Remainder
8. Write a C Program to calculate Area and Circumference of circle based on user input
9. Write a C Program to find the largest number of the three.
10. Write a C Program to calculate the grade of the student according to the specified marks.

Level: Medium :

1. Write a C program to multiply two numbers using the plus operator.

2. Write a C Program to check whether the input number is palindrome or not

3. Write a C Program to check the given number is an Armstrong or not


4. 4.Write a C Program to check the given number is an prime or not

5. Write a C Program to generate Fibonacci series

6. Write a C Program to print factorial of a number

7. Write a C Program to reverse given number


8.Write a C Program to generate following pattern

9.Write a C Program to generate following pattern


10. Write a C Program to calculate the sum of Natural Numbers.

You might also like