26 Jun, 2024
7 mins read

C PROGRAMMING AND DATA STRUCTURES PRACTICAL

1. Write a simple C Program a. Print your Name and Address b. Find Simple interest and Compound interest. 2. Write a C program to swap two variable’s using (i) third variable and (ii) without using a third variable. 3. Write a program to find the largest number between given three numbers. 4. Write a […]