Syllabus →

Screenshot 2024-02-12 at 7.00.40 PM.png

Screenshot 2024-02-12 at 7.00.52 PM.png


Imp Topics →

Deeba Ma'am Playlist

Akash Kumar Playlist

Screenshot 2024-05-23 at 4.58.56 PM.png

Screenshot 2024-02-12 at 7.15.57 PM.png


MCQs →

Screenshot 2024-05-22 at 10.56.17 PM.png

Endsem Ques →

Screenshot 2024-02-12 at 7.11.13 PM.png

Screenshot 2024-05-16 at 2.11.01 PM.png

A compiler is a software that translates code written in a high-level programming language into a machine language that a computer's processor can execute. The process of compilation involves several phases, each transforming the source code in different ways. Here are the phases of a compiler and their corresponding outputs for the expression a := b + c * 50:

  1. Lexical Analysis:

  2. Syntax Analysis: