0% found this document useful (0 votes)
44 views1 page

C Programming Lab List of Experiments

This document lists 12 experiments for a C programming lab, including designing algorithms and flowcharts, writing programs to demonstrate C tokens, operators, decision making, branching, loops, one-dimensional arrays, adding and multiplying matrices, string handling with and without functions, functions, recursion, call by value and reference, command line arguments, and performing operations on complex numbers using structures and functions.

Uploaded by

Ravi Varma D V S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

C Programming Lab List of Experiments

This document lists 12 experiments for a C programming lab, including designing algorithms and flowcharts, writing programs to demonstrate C tokens, operators, decision making, branching, loops, one-dimensional arrays, adding and multiplying matrices, string handling with and without functions, functions, recursion, call by value and reference, command line arguments, and performing operations on complex numbers using structures and functions.

Uploaded by

Ravi Varma D V S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

C PROGRAMMING LAB

List of Experiments

1. Algorithms and Flow charts design and evaluation (Minimum 2)


2. Write C Programs to demonstrate C-tokens and operators.
3. Write C Programs to demonstrate Decision Making And Branching (Selection).
4. Write a C program to demonstrate different loops .
5. Write a C program to demonstrate one dimensional arrays.
6. Write a C program to implement the following :
a. To add two matrices
b. To multiply two matrices
7. Write a C program to implement the following:
a. To manipulate strings using string handling functions.
b. To manipulate strings without using string handling functions
8. Write a C program to demonstrate functions.
9. Write a C program to demonstrate recursion.
10. Write a C program to demonstrate call by value and call by reference.
11. Write a c Program to demonstrate Command Line Arguments.
12. Write a C program to implement the following operations using structure and functions:
i) Addition of two complex numbers
ii) Subtraction of two complex numbers

You might also like