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

c program to add and delete an element from circular queue using array

3 Answers  


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


How can you allocate arrays or structures bigger than 64K?

0 Answers  


how to implement stack work as a queue?

2 Answers  


What is volatile variable in c with example?

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


What are the types of unary operators?

0 Answers  


Can include files be nested?

0 Answers  


What is difference between Structure and Unions?

0 Answers   TISL,


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


Categories