CP EXTERNAL LAB Q
CP EXTERNAL LAB Q
3
(a)Write a C program to simulate a calculator using switch case.
(b)Write a C program to write and read text into a file.
5
(a) Find the min and max of a 1-D integer array.
(b)Demonstrate Dangling pointer problem using a C program.
6
(a) Multiplication two matrices
(b) Write a recursive function to find the sum of series.
7
(a) Concatenate two strings without built-in functions
(b) Write a recursive function to generate Fibonacci series.
8
malloc()
(b) Write a C function to demonstrate numerical integration of
differential equations using Euler’s method