...
August 7, 2024

Compilers

Question 4 For the program segment given below, which of the following are true? program main (output); type link = ^data; data = record d : […]
August 7, 2024

Compiler-Design

Question 16 In a compiler the module the checks every character of the source text is called: A The code generator. B The code optimizer. C […]
August 20, 2024

Parsers

Question 19 An operator precedence parser is a A Bottom-up parser. B Top-down parser. C Back tracking parser. D None of the above. Compiler-DesignParsersGATE 1987Video-Explanation Question […]
September 7, 2024

Basics

Question 7 The structure or format of data is called: A Syntax B Struct C Semantic D none of the above Compiler-DesignBasicsNielit Scientist-B CS 4-12-2016 Question […]