...
October 8, 2023

Compiler-Design

Question 24 Given the following expression grammar: E → E * F | F + E | F F → F - F | id which […]
October 8, 2023

NIC-NIELIT STA 2020

Question 80 The number of tokens in the following C/C++ statement is: printf(i=%d, &i=%xx, i&i); A 9 B 6 C 10 D 12 Compiler-DesignLexical-AnalyzerVideo-Explanation Question 80 […]
October 8, 2023

Compiler-Design

Question 25 Consider the following grammar with terminal alphabet ∑{a,(,),+,*} and start symbol E. The production rules of the grammar are: E → aA E → […]
October 9, 2023

Phases-of-Compilers

Question 5 Which of the following machine model can be used in a necessary and sufficient sense for lexical analysis in modern computer language? A Deterministic […]
error: Alert: Content selection is disabled!!