Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


which will be first in c compiling ,linking or compiling
,debugging.

Answers were Sorted based on User's Feedback



which will be first in c compiling ,linking or compiling ,debugging...

Answer / siri&akhi

first compilation will take place and after that linking
will take place . debugging is checking for bugsi.e., errors

Is This Answer Correct ?    9 Yes 0 No

which will be first in c compiling ,linking or compiling ,debugging...

Answer / vignesh1988i

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 ?    4 Yes 0 No

which will be first in c compiling ,linking or compiling ,debugging...

Answer / narender b

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 ?    2 Yes 8 No

Post New Answer

More C Interview Questions

union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


What is the difference between single charater constant and string constant?

0 Answers  


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Tell me the use of bit field in c language?

0 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


how c source file in converted to exe file

5 Answers   KPIT,


What are the keywords in c?

0 Answers  


What is difference between main and void main?

0 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


Explain what is the most efficient way to store flag values?

0 Answers  


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


Categories