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 is the difference between constant pointer and constant variable?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What does 3 mean in texting?
What is the use of a static variable in c?
How can I do graphics in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Who developed c language and when?
Explain how do you list a file’s date and time?
Write a factorial program using C.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the difference between procedural and declarative language?
How can you determine the maximum value that a numeric variable can hold?
Can a variable be both static and volatile in c?
What is the purpose of type declarations?
When the macros gets expanded?