Posts

Showing posts with the label FYBCA ASSIGNMENT SEM-1

Assignment CPPM 2

Image
Assignment – 2  Subject: CPPM Assignment – 2 Assignment Date: 05/9/2017 Subject: CPPM Submission Date: Questions: 1. Write a C program to find factorial value of any number. 2. Write a C program to generate multiplication table of any inputted number. 3. Write a C program to find all divisors of a inputted number. 4. Write a C program to add first seven terms of following series using for loop           5. Write a C program to print Fibonacci series.           1 1 2 3 5 8 ……. 6. Write a C program to print the following pattern           1           0 1           0 1 0           1 0 1 0           1 0 1 0 1 7. Write a ...