Assignment 2 ·
Directory for the second
assignment of Compilers Laboratory course (CS39003) offered in Autumn semester 2022, Department of CSE, IIT Kharagpur.
Getting started
Read the assignment problem statement from Assignment_2.pdf
- To generate the executable file from given header and c code, use make
make
- To clean and remove object and library files after compilation use
make clean
Solution
GCC version information-
gcc (GCC) 12.1.1 20220730
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The file ass2_20CS10011.c contains the assignment submission file with implemented functions as stated in assignment statement.