DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education c programs

1. INTRODUCTION TO COMPUTER PROGRAMMINGASSIGNMENT NO. 3SUBMITTED BY;HARIS HASSAN SP13-BET-031SUBMITTED TO;SIR MUHAMMAD USMAN YASIN 2. 1. Write a program to compute area of…

Documents c Programs

Program to find factorial of a number #include #include void main() { int fact,i,n; fact = 1; printf("Enter the number\t"); scanf("%d" , &n); for(i…