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

Practical Assignment C programming1

The document outlines a practical assignment for a C Programming course for BCA first-year students. It includes a list of programming tasks such as performing arithmetic operations, character classification, array manipulations, matrix operations, and creating a small project. Each task is designed to enhance the students' programming skills and understanding of C language concepts.

Uploaded by

jksonu1436
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Practical Assignment C programming1

The document outlines a practical assignment for a C Programming course for BCA first-year students. It includes a list of programming tasks such as performing arithmetic operations, character classification, array manipulations, matrix operations, and creating a small project. Each task is designed to enhance the students' programming skills and understanding of C language concepts.

Uploaded by

jksonu1436
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Practical Assignment

Subject : C Programming
Class :- BCA – I year
1. Write a program to perform arithmetic operation of two number allow user to decide arithmetic
operation at runtime.
2. Write a program to input a character . print whether character is vowel or consonant.
3. Write a program to print user define Table .
4. Write a program to print 1 to 50 number sand find SUM, Even, Odd, Sum of Even No. , Sum of Odd
number , Count of Even No, Count Of Odd .
5. Write a program to print some pattern :-

1 1 1 12345 54321 A AAAAA *


12 22 21 1234 5432 BB BBBBB **
123 333 321 123 543 CCC CCCCC ***
1234 4444 4321 12 54 DDDDD DDDDD ****
12345 55555 54321 1 5 EEEEE *****

6. Write a program to find sum of Array.


7. Write a program to Insert a Element in Array
8. Write a program to delete a element From Array
9. Write a program to search a element in Array
10. Write a program to Merge Two Array .
11. Write a program to find Minimum and Maximum Element in Array.
12. Write a program to Arrange Array Element in Ascending Order(sorting).
13. Write a program to find sum of two Matrices in C.
14. Write a program to find Transpose Matrix in C.
15. Write a program to find duplicate Element in Array.
16. Write a program to perform String Operation in C.
17. Write a program to swap two number using function with parameter.
18. Write a program to perform Arithmetic Operation Using Function.
19. Write a program to create a File and Store Student Information.
20. Write a program to create a Small Project in C .
A) Quiz
B) School
C) Bank
D) Number System Solution
E) Calculator
F) Array Operation

You might also like