Q1.Find first and Follow of grammar S->AaA|BbB A->bB B->null First of S=First of A U First of B First of A={b…
Read moreLL(1) is top down parser without backtracking. So left recursion and left factor is removed before top down parsing without backtracking can be app…
Read moreProcess of compilation is divided into sub-task .So after receive token as its input generated from previous phase and produce a hierarchical stru…
Read moreProgrammers and human beings who generally make programming mistakes.The incorrect program written by programmer contains error. Error handing is a p…
Read moreCompiler convert the parse tree into intermediate language code. A language between source and target code. Use register name but has unlimited. It …
Read morePeephole optimization is an optimization technique that is used to improve the performance of target code.In which changing the small set of instru…
Read moreCode optimization is technique used by compiler to produce efficient code.Intermediate code is replace by equivalent more efficient construct. Reduc…
Read moreSymbol table is an important data structure created and maintained by compiler in order to store information about the occurrence of various entiti…
Read moreCompiler is a translator or system software that take input as Program written in c,c++ and convert it into machine level language.That process is…
Read moreComputer use machine language that is binary(0 or 1). User can understand binary language. obviously it is difficult to read and understand the ins…
Read moreCopyright (c) 2021 NS All Right Reseved
Social Plugin