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
What are the differences between Structures and Arrays?
What are the header files used in c language?
What is extern keyword in c?
What is the difference between typedef struct and struct?
What is omp_num_threads?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is #line?
What is the importance of c in your views?
Why do we use int main instead of void main in c?
What are loops in c?
What is static volatile in c?
What is operator precedence?
What does return 1 means in c?
Do pointers need to be initialized?