|
INTERVIEW QUESTIONS
C
C BASICS
DETAILS
Question: What is :- Asembler , compiler , Preprocessor , laxical analysis , parsing ?
Answer: Assembler:It converts the assembly language into machine level. Compiler:It converts the high level program into machine level. Preprocessor: Already defined using #define and used later in the program. Lexical analysis:It analyze the expression from left to right and separate into tokens. Parsing:It groups the token collected from the lexical analyser and constructs parse tree.
|
|
|
Category |
C Basics Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9016 users |
Added on |
11/22/2013 |
Views |
68775 |
Rate it! |
|
|
Question:
What is :- Asembler , compiler , Preprocessor , laxical analysis , parsing ?
Answer:
Assembler:It converts the assembly language into machine level. Compiler:It converts the high level program into machine level. Preprocessor: Already defined using #define and used later in the program. Lexical analysis:It analyze the expression from left to right and separate into tokens. Parsing:It groups the token collected from the lexical analyser and constructs parse tree. Source: CoolInterview.com
Answered by: saran,sowntharya | Date: 12/29/2008
| Contact saran,sowntharya
ASSEMBLER is a computer program which converts the assembly language program into machine level language. COMPILER is a progam or set of programs which converts the high level language into machine level language. PREPROCESSOR is a computer program that processes input to produce an output which again serves as a input to another program. LEXICAL ANALYSIS is the process of converting a sequence of characters into a sequence of tokens.
PARSING is the process of analyzing a sequence of tokens to determine their grammatical structure.it is also called as syntactic analysis. Source: CoolInterview.com
Answered by: rashmi | Date: 1/16/2009
| Contact rashmi
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How can we use data connectivity in 'c' language?
|
View Answer
|
|
Write a program for result management system of a college ?
|
View Answer
|
|
Is it possible to print graphics output in C?
|
View Answer
|
|
How can C programs run without header files?
|
View Answer
|
|
What is c graphics?
|
View Answer
|
|
write a program for printing when i press a key next to the letter in the alphabetical order can be printed
|
View Answer
|
|
how to create relation calculator program using c language
|
View Answer
|
|
how to create love flames program using c language
|
View Answer
|
|
Can anyone please tell me about a website from which I could install Turbo C (compiler) for free??
|
View Answer
|
|
What is the use of semicolon at the end of every statement?
|
View Answer
|
|
What are the packages in c?
|
View Answer
|
|
What is object file? How can you access object file?
|
View Answer
|
|
Is there anything you can do in C++ that you cannot do in C ?
|
View Answer
|
|
What is an abstract base class?
|
View Answer
|
|
What is the difference between compile time error and run time error?
|
View Answer
|
|
What is the difference between #include <file> and #include �file�
|
View Answer
|
|
When we access the integer and the character variables without declaring them in program?and Why?
|
View Answer
|
|
Can we execute printf statement without using semicolan?
|
View Answer
|
|
How to perform addition,subtraction of 2 numbers without using addition and subtraction operators?
|
View Answer
|
|
What are the applications and advantages of C-language?
|
View Answer
|