BCA-I SEM -C Practical-Program List
BCA-I SEM -C Practical-Program List
Program: BCA/B.Sc.
SEM: I SEM
Course Name: Fundamental of Computer Programming
numbers.
4. Write a program to swap values of two variables with and without using third variable.
5. Write a program to input two numbers and display the maximum number.
6. Write a program to input name, marks of 5 subjects of a student and display the name of
the student, the total marks scored, percentage scored and the class of result. The grades
§ marks. <. 50 - F
§ 50 ≤marks < 60 - C
§ 60 ≤ marks< 70 - B
§ 70 ≤ marks < 80 - B+
§ 80 ≤ marks < 90 - A
§ 90 ≤ marks ≤ 100 - A+
8. Write a program to check whether the entered year is leap year or not.
* *
* * *
* * * *
16. Write a Program to find the largest and smallest element in Array.
18. Write a program to read a string and check for palindrome without using string
19. Write a program to accept a string and count the number of vowels present in this string.
20. Write a program to add, subtract, multiply and divide two integers using user-defined type
21. Write a program to calculate sum of first 20 natural numbers using recursive function.
22. Write a C program to check whether a number is even or odd using functions.