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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
which will be first in c compiling ,linking or compiling
,debugging.
 Question Submitted By :: Sreedhar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: which will be first in c compiling ,linking or compiling ,debugging.
Answer
# 1
first it would be linking and then after linking complete.. 
the compiling complete its job
 
debugging is the process to debugg the code to find the bug 
debugging is not the process of compling
 
Is This Answer Correct ?    0 Yes 5 No
Narender B
 
  Re: which will be first in c compiling ,linking or compiling ,debugging.
Answer
# 2
first compilation will take place and after that linking 
will take place . debugging is checking for bugsi.e., errors
 
Is This Answer Correct ?    7 Yes 0 No
Siri&akhi
 
 
 
  Re: which will be first in c compiling ,linking or compiling ,debugging.
Answer
# 3
the first will be compilation process , then the linking will be intermediate to compilation and run will be at last......

compilation is a process of spiliting up ur program instructions into tokens, words , keywords etc and match with the syntax defined in the compiler............. it's like spiliting the english sentances........into words and words to characters./........


thank u
 
Is This Answer Correct ?    0 Yes 0 No
Vignesh1988i
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed? Google5
write a function for strtok()?? Verifone1
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); } ME3
Write a program to accept a character & display its corrosponding ASCII value & vice versa?  4
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com Honeywell3
Write a program to generate prime factors of a given integer?  3
What are the preprocessors? HP6
Why doesn't the code "a[i] = i++;" work?  4
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?  7
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE  1
What is the difference between typeof(foo) and myFoo.GetType()?  1
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All Accenture2
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position. Adobe4
how can i get output like this? 1 2 3 4 5 6 Excel3
Can u return two values using return keyword? If yes, how? If no, why?  7
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is TCS3
how many argument we can pas in in a function CTS20
code for copying two strings with out strcpy() function.  5
what is volatile in c language? TCS1
how does printf function work  1
 
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