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
Is the exit() function same as the return statement? Explain.
What is indirection? How many levels of pointers can you have?
write a program to print largest number of each row of a 2D array
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Tell me is null always defined as 0(zero)?
How can I avoid the abort, retry, fail messages?
What are examples of structures?
Do pointers store the address of value or the actual value of a variable?
Why is void main used?
Tell us two differences between new () and malloc ()?
Can you please explain the difference between malloc() and calloc() function?
where are auto variables stored? What are the characteristics of an auto variable?
Who is the founder of c language?
Explain how can I write functions that take a variable number of arguments?
What is the need of structure in c?