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

CP Assignments

This document contains details of an assignment for a C Programming Lab class at P.K. Technical Campus for the 2011-2012 academic year. It lists 10 programming problems for students to solve including writing programs to find the maximum of 3 numbers, calculate factorials, swap two numbers without a third variable, check for perfect and Armstrong numbers, generate Fibonacci series, convert between number bases, and find the lowest common multiple and greatest common divisor of numbers. Students must complete the assignment by October 7, 2011.

Uploaded by

handeavinash8
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
96 views

CP Assignments

This document contains details of an assignment for a C Programming Lab class at P.K. Technical Campus for the 2011-2012 academic year. It lists 10 programming problems for students to solve including writing programs to find the maximum of 3 numbers, calculate factorials, swap two numbers without a third variable, check for perfect and Armstrong numbers, generate Fibonacci series, convert between number bases, and find the lowest common multiple and greatest common divisor of numbers. Students must complete the assignment by October 7, 2011.

Uploaded by

handeavinash8
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

P.K. Foundations P.K.

Technical Campus
Academic Year: - 2011-12

M.C.A. Semester: - I (BATCH-A &B)

Assignment No: 1
Subject: - C Programming Lab Assignment Date: 29/09/2011 Sub. Code:-ITL12 Completion Date: - 07/10/2011

Sr. No.
1) 2) 3) 4) 5) 6) 7) 8) 9) 10)

Name of Program
Write a program to find out max. Among 3 nos. Write a program to find out factorial of number Write a program swapping of two numbers without using third variable Write a program to check the given number is perfect number or not Addition of two numbers without using + operator Write a program to check the given number is Armstrong number or not Write a program to generate Fibonacci series Write a program to make Inter conversion of Decimal, Binary & Hexadecimal no. Write a program to find out LCM & GCD of numbers Write a program to find out given number is palindrome or not

You might also like