BHARATI VIDYAPEETH UNIVERSITY
(Deemed to be University)
INSTITUTE OF MANAGEMENT AND ENTREPRENEURSHIP DEVELOPMENT
BCA Sem I : Lab on C Programming - I
List of Sample Practical Assignments based on Syllabus/ covered during sessions/
for reference
List of C Programmes for reference
1) Write a program to find area and perimeter of circle
2)Write a program to find square and cube of a number
3)Write a program to accept two numbers and print their addition, subtraction, multiplication and
division
4)Write a program to demonstrate use of getch function
5)Write a program to demonstrate use of gets and puts function
6)Write a program to check whether number is positive or negative
7)write program to check whether number is even or odd
8)Write a program to display grade of student. accept percentage of student
9)Write a program to demonstrate use of switch statement
10)Write a program to display sum of digits of given number
11)Write a program to print prime numbers in given range
12) Write a program to check whether given number is armstrong or not
13)Write a program to print a raised to b
14)Write a program to demonstrate menu driven concept using do while loop
15)Write a program to print Fibonacci series upto given number
16)Write a program to reverse number using function
17)Write program to print sum of digits using function
18) Write a program to print factorial of a number using function
19) Write a program to check accepted number is prime or not using function
20)Write a Program to accept n elements in an array and print it
21) Write a program to accept n numbers and sort the array
22) Write a program for linear search
23) Write a program to accept a matrix and print it
24) Write a program to find length of the string
25)Write a program to illustrate concept of structure
26) Write a program to illustrate concept of pointer