DSC Lab
DSC Lab
Support the program with appropriate functions for each of the above
operations.
4. Design, Develop and Implement a Program
in C for converting an Infix Expression to
Postfix Expression. Program should support for
both parenthesized and free parenthesized
expressions with the operators: +, -, *, /, %
( Remainder), ^ (Power) and alphanumeric
operands.
Course outcomes:
On completion of the course, the student will have the ability to:
Course CO # Course Outcome (CO) Blooms
Code Level
CO1 Design and develop various data structure using C5
pointers , dynamic memory allocation and recursion
CO2 Demonstrate basic operations on linked list using C2
suitable data structures.
CO3 Illustrate the implementation of different sorting and C2
19CSL32
searching techniques.
CO4 Construct Binary trees and binary search trees C2
CO5 Write a well organized laboratory report presenting the results in a P6
clear way using algorithms and obtained
output.