You are on page 1of 1

Data Structure & Algorithm (Course Code: PCC-CS (AIML) 391)

Artificial Intelligence and Machine Learning


B.Tech (Semester: III)
(Class Assignment (Practical) -- 1)
Full Marks 40(4*10)
1. Write a C program with output to implement insertion operation in an array.
2. Write a C program with output to delete an element from an array.
3. Write a C program with output to reverse all the elements in an array
4. Write a C program with output to implement the Push and Pop operations in Stack using
array.

You might also like