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

Write A Program To Give Output Like Here in The Following. 2. Write A Program To Find Factorial of N Number Using Function

The document contains 4 programming tasks: 1) A program to print a pyramid pattern of asterisks of increasing height. 2) A program to calculate the factorial of a number using a function. 3) A program to print a 3x3 matrix using a 2D array and find the larger of two numbers using a function. 4) A program to reverse the digits of a number, and print employee information using a structure.

Uploaded by

irshad17
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Write A Program To Give Output Like Here in The Following. 2. Write A Program To Find Factorial of N Number Using Function

The document contains 4 programming tasks: 1) A program to print a pyramid pattern of asterisks of increasing height. 2) A program to calculate the factorial of a number using a function. 3) A program to print a 3x3 matrix using a 2D array and find the larger of two numbers using a function. 4) A program to reverse the digits of a number, and print employee information using a structure.

Uploaded by

irshad17
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

ID

Name

1. Write a program to give output like here in the following.

*
* *
* * *
* * * *
* * * * *

2. Write a program to find Factorial of n number using function.


ID
Name

1 Write a C-program to print matrix of 3X3 order, using 2D array.


2 Find large number out of 2 numbers using function.
ID
Name
1 Write a program that print Fibonacci series.
2 Write a program to convert the given temperature in Fahrenheit to Celsius using the
following conversion formula
C o= (F - 32)*5/9
ID
Name

1. Write a program to reverse digits of the number 8976 to 6798.


2. Write a program that print Employee information such as ,
Name
ID
Salary
Position
by using structure
ID
Name

1. Write a program to find Odd and Even numbers.

2. Write a program to convert the given temperature in Fahrenheit to Celsius using


the following conversion formula
C o= (F - 32)*5/9

You might also like