SCHOOL OF COMPUTER SCIENCE AND APPLICATIONS
Department of CSE
Session: 2025-26 Semester: I
Subject Code: 25 BCA-101 Subject Name: PST using ‘C’
Date of Assignment:27-11-2025 Date of Submission: 2-12-2025
Assignment # 3
Attempt all the questions.
1. What is an array? How a single dimension and two-dimension arrays are declared and
initialized?
2. What is function? Explain the difference between user defined and library functions.
3. Explain function call, function definition and function prototype with examples.
4. Differentiate between call by value and call by reference with examples
5. Explain the classification of user defined functions.