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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are keywords in c with examples?

1050


Can we initialize extern variable in c?

1089


How can I read in an object file and jump to locations in it?

996


what is the significance of static storage class specifier?

2196


What are the disadvantages of external storage class?

1013


What is c language and why we use it?

1013


What is the use of a conditional inclusion statement in C?

1019


What is function prototype in c with example?

1014


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1906


What is time complexity c?

953


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1253


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

975


Differentiate between new and malloc(), delete and free() ?

1146


What is the hardest programming language?

1107


Can we use visual studio for c?

1019