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


Please Help Members By Posting Answers For Below Questions

why do some people write if(0 == x) instead of if(x == 0)?

651


Can we use visual studio for c?

544


Explain the advantages of using macro in c language?

573


How macro execution is faster than function ?

660


What are the storage classes in C?

619






What is the difference between struct and union in C?

568


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

1953


What is the process of writing the null pointer?

605


Where are the auto variables stored?

622


Explain how does free() know explain how much memory to release?

569


Difference between malloc() and calloc() function?

652


What are different types of variables in c?

566


Explain the difference between malloc() and calloc() in c?

573


Can I initialize unions?

590


Is c# a good language?

602