The document outlines a series of C programming exercises categorized into two sections: Basic and Control Flow. The Basic section includes 11 programs such as checking for prime numbers and calculating simple interest, while the Control Flow section features 22 programs including checking for positive/negative numbers and generating a multiplication table. The goal is to practice and submit ten programs each week.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views
C Program_Given_ToStudents
The document outlines a series of C programming exercises categorized into two sections: Basic and Control Flow. The Basic section includes 11 programs such as checking for prime numbers and calculating simple interest, while the Control Flow section features 22 programs including checking for positive/negative numbers and generating a multiplication table. The goal is to practice and submit ten programs each week.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Do practice in C programming and submit me ten programs week wise.
C Program – Basic
1. C Program to Check Whether a Number is Prime or Not
2. C Program to Multiply two Floating-Point Numbers 3. C Program to Print the ASCII Value of a Character
4. C Program to Swap Two Numbers
5. C Program to Calculate Fahrenheit to Celsius
6. C Program to Find the Size of int, float, double, and char
7. C Program to Add Two Complex Numbers
8. C Program to Print Prime Numbers From 1 to N
9. C Program to Find Simple Interest
10. C Program to Find Compound Interest
11. C Program for Area and Perimeter Of Rectangle
C Program – Control Flow
1. C Program to Check Whether a Number is Positive, Negative, or Zero
2. C Program to Check Whether Number is Even or Odd 3. C Program to Check Whether a Character is Vowel or Consonant 4. C Program to Find Largest Number Among Three Numbers 5. C Program to Calculate Sum of Natural Numbers 6. C Program to Print Alphabets From A to Z Using Loop 7. C Program to Check Leap Year 8. C Program to Find Factorial of a Number 9. C Program to Make a Simple Calculator 10. C Program to Generate Multiplication Table 11. C Program to Print Fibonacci Series 12. C Program to Find LCM of Two Numbers 13. C Program to Check Armstrong Number 14. C Program to Display Armstrong Numbers Between 1 to 1000 15. C Program to Display Armstrong Number Between Two Intervals 16. C Program to Reverse a Number 17. C Program to Check Whether a Number is a Palindrome or Not 18. C Program to Check Whether a Number is Prime or Not 19. C Program to Display Prime Numbers Between Intervals 20. C Program to Check whether the input number is a Neon Number 21. C Program to Find All Factors of a Natural Number 22. C program to Sum of Fibonacci Numbers at Even Indexes up to N Terms