which will be first in c compiling ,linking or compiling
,debugging.
Answer Posted / 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 |
Post New Answer View All Answers
What is function prototype in c language?
How does pointer work in c?
Explain what are its uses in c programming?
What is the heap?
Is c language still used?
What is the use of putchar function?
Explain what is the concatenation operator?
please explain every phase in the "SDLC" in the dotnet.
Write a program to check whether a number is prime or not using c?
Why cant I open a file by its explicit path?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Why we write conio h in c?
Explain what are preprocessor directives?
What is hashing in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.