PCUC Assignment 1
PCUC Assignment 1
(Deemed to be University)
School of Allied Sciences
Centre of Distance & Online Education
Assignment No. 1
Subject: Programming Concept using C Programme: BCA I SEM I
Instructions:
1. Describe flowchart with its symbols and Draw a flowchart to find greatest number among
three numbers.
2. Elaborate on pseudo code.
3. Describe compiler with compilation process.
4. Elaborate on C character set.
5. Describe data type modifiers in C.
6. Elaborate on C language with its basic structure.
7. Describe any four types of operators used in C with suitable example.
8. Explain increment and decrement operator with suitable example.
9. Elaborate on selection statement.
10. Elaborate on Iteration statement.
11. Describe break, continue and GOTO statement with suitable example.
12. Develop a algorithm , flowchart and program to search an element in array.
13. Describe arrays and explain types of arrays .
14. Elaborate two dimensional array and develop a program for addition of two matrices in c.
15. Elaborate on strings and string functions.
16. Elaborate structure and union with suitable example.
17. Develop a c algorithm and program for structure of book to enter details of three books and
print the data by using array of structure.
18. Elaborate on methods of parameter passing with suitable example.
19. Elaborate on storage classes in c.
20. Elaborate structure and array of structure using suitable example.
21. Elaborate pointer with types of variable and ways of pointer variable declaration.
22. Describe pointer arithmetic with incrementing and decrementing pointer.
23. Explain drawback of traditional I/O system with proper example.
24. Elaborate on file handling function.
25. Elaborate on command line arguments.