You are on page 1of 1

Integral University, Lucknow

Department of Computer Application

Assignment 02
Course: BCA Year/Sem: I/I

Subject: Programming in C Subject code: CA 101

Group : A,B,C,D

Attempt any FIVE Questions


ss

Question 1. Differentiate between call by value and call by reference. Also


WAP to explain call by reference.
Question 2. Explain the concept of Dynamic memory allocation in C.
Question 3. What do you understand by recursive function? Write a program to
explain recursive function.
Question 4. Write a program to read the two matrices and show the
multiplication of these two matrices.
Question 5. Write a program to read and print an array of n numbers using
function.
Question 6. Write a program to find the prime number between 50 to 100 using
function.
Question 7. What do you understand by string in C? Explain string handling
function in C.
Question 8. Write a program to determine whether string is palindrome or not.
Question 9. Explain how pointer are used in call by reference method of
function.
Question 10. Differentiate between calloc and malloc function. Write a
program to explain malloc function.

You might also like