Welcome To Uday Satya Blog

INDEX of These 70 PROGRAMS




1 Program To Print Welcome To C Language
2 Program To Calculate Sum of Two Numbers
3 Program To Calculate Sum of Three Numbers
4 Program To Calculate Product of Two Numbers
5 Program To Calculate the Entered Value
6 Program To Calculate Average of Two Numbers
7 Program To Calculate Simple Intrest
8 Program To Calculate Area of Triangle
9 Program To Calculate Circumference of Circle
10 Program To Calculate Surface Area of Cylinder
11 Program To Calculate Volume of Cylinder
12 Program To Impliment Various Arithmetic Operations at a Time
13 Program To Calculate Sum of First "n" Natural Numbers
14 Program To Calculate Sum of Squares of First "n" Natural Numbers
15 Program To Calculate Sum of Cubes of First "n" Natural Numbers
16 Program To Convert Farenheit Degrees to Centigrade Degrees
17 Program To Calculate Roots of Quadratic Equation
18 Program To Swap Two Numbers Using Third Variable
19 Program To Swap Two Numbers Without Using Third Variable
20 Program To Print Numbers 1 - 5 Using ++i
21 Program To Print Numbers 5 - 10 Using i++
22 Program To Print Numbers 10 - 5 Using --i
23 Program To Print Numbers 5 - 1 Using i--
24 Program To Calculate Sum of Digits of Number

Using If - else :

25 Program To Check a Number is Positive or not
26 Program To Find The Greatest of Two Numbers
27 Program To Find The Greatest of Three Numbers
28 Program To Check a Year is Leap Year or not
29 Program To Check a Number is Perfect Square or not
30 Program To Check a Number is an Even or odd
31 Program To Calculate Gross Salary of Employee

Using While :

32 Program To Print Numbers From 1 - 10
33 Program To Find Sum of Digits of Number
34 Program To Check If Number is Armstrong or not
35 Program To Check If Number is Pallindrome or not
36 Program To Find Sum of n Natural Numbers
37 Program To Print Fibonacci Series
38 Program To Find Factorial of Number

Using do - While :

39 Program To Print Multiplication Table of Given Number
40 Program To Print Even Numbers upto a Given Number

Using for :

41 Program To Print Multiplication Table of Given Number
42 Program To Calculate Factorial of Given Number
43 Program To Print n Numbers of a Fibonacci Series
44 Program To Check If Number is Prime or not
45 Program To check If Number is Perfect or not

Using Switch :

46 Program To Implement Various Arithmetic Operators

Arrays :

47 Program To Find Sum of Elements of A 1 D Array
48 Program To Sort An Array in Ascending Order
49 Program To Find Sum of Two Matrices
50 Program To Find Product of Two Matrices
51 Program To Find Transpose of A Matrix

Strings :

52 Program To Find Length of A String
53 Program To Concatenate Two Strings
54 Program To Check If A String is A Palindrome or not
55 Program To Copy One String To Another

Using Funtions :

56 Program To Find Sum of First 'n' Natural Numbers Using Functions
57 Program To Find Sum of Elements in An Array Using Functions
58 Program To Find Transpose of A Matrix Using Functions
59 Program To Find Length of A String

Using Recursions :

60 Program To Find Factorial of A Number Using Recursion
61 Program To Find Sum of 'n' Numbers Using Recursion
62 Program To Find Sum of Digits of A Number Using Recursion

Using Pointers :

63 Program To Swap Two Numbers Using Pointers
64 Program To Find Sum of Elements of A 1D Array Using Pointers
65 Program To Find Transpose of A Matrix Using Pointers
66 Program To Copy One String To Another
67 Program To Calculate Marks Using Structures

Files :

68 Program To Read A File and Display its Contents
69 Program To Copy Contents of One File to Another
70 Program To Merge Two Files and Display its Contents


0 comments:

Post a Comment