ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
what are the compilation steps?
( i want inside the compiler )
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what are the compilation steps? ( i want inside the compiler )
Answer
# 1
first step::: it will include the watever header file 
with .h extension
second::: then it will read each line by line ...
third:::: then it will convert the code to the machine 
level code
fourth>::: it will then match the syntax with the compailer 
syntax which is being writtern there
fifth::: but logical errors in the program cant be found by 
the compailer
sixth::: as soon as the syntax is said to be correct this 
will be again decoded by the compailer to the user....this 
will say SUCCESS... if syntax dosent match wit that syntax 
in compailer it will give an ERROR
 
Is This Answer Correct ?    0 Yes 0 No
Vignesh1988i
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
class foo { public: static int func(const char*& p) const; }; This is illegal, why? Google6
please give me some tips for the selection in TCS. TCS3
fn f(x) { if(x<=0) return; else f(x-1)+x; } HCL3
Explain following declaration int *P(void); and int (*p)(char *a);  2
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output? Hughes5
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above Accenture2
void main() { int i=5; printf("%d",i+++++i); } ME12
write a c program to accept a given integer value and print its value in words  2
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?  1
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);} TCS8
Explain the differences between public, protected, private and internal.  1
what is the advantage of function pointer TCS9
IS STRUCTURES CAN BE USED WITHIN AN ARRAY? Caritor7
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?  1
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N ADP7
Add 2 64 bit numbers on a 32 bit machine NetApp1
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green") Cadence3
1,1,5,17,61,217,?,?.  3
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.  1
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack  5
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com