You are on page 1of 1

Programs for Lab Report

All previous programs till Array +


1. Write a program to add two numbers using call by value.

2. Write a program to swap two numbers using function.

3. Write a program to add two numbers using call by reference.

4. Write a program to implement calculator using function (once by call by value, once by call
by reference)

5. Write a program to add three numbers using pointer.

6. Write four different programs to implement the string function.

a. strlen

b. strcpy

c. strcmp

d. strrev

Programs for Project


1. Any Three pattern programs

2. Any suitable program from each topic.

You might also like