which will be first in c compiling ,linking or compiling
,debugging.

Answers were Sorted based on User's Feedback



which will be first in c compiling ,linking or compiling ,debugging...

Answer / 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

which will be first in c compiling ,linking or compiling ,debugging...

Answer / vignesh1988i

the first will be compilation process , then the linking will be intermediate to compilation and run will be at last......

compilation is a process of spiliting up ur program instructions into tokens, words , keywords etc and match with the syntax defined in the compiler............. it's like spiliting the english sentances........into words and words to characters./........


thank u

Is This Answer Correct ?    4 Yes 0 No

which will be first in c compiling ,linking or compiling ,debugging...

Answer / 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

More C Interview Questions

what is an array

5 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


what is the difference between c and c++?

7 Answers  


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


Difference between malloc() and calloc() function?

0 Answers  


How main function is called in c?

0 Answers  


What is the use of the function in c?

0 Answers  


1. Write a c pgm to print 1 to 100 without using loops. 2. Write a c pgm for leap year 3. Write a c pgm fibbonacci series,factorial 4. Write a c pgm count no of lines , blanks, tabs in a para(File concept) 5. Write a c pgm to print the letter as per given condition i.e.. if u give 4 out put should b 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 6.how do get the o/p in number from 1 to 100 in the screen without using control statement? 7. who do u print the word "hello world" without using "printf" statement? 8. write sql program to get the detail of student in a class? Definitions: structure union arrays linkedlist macros directives difference b/w pre processorsDiffrence: 1.Constructors and destructors 2.Structure and Union 3.Array and Lists 4.pre processor... 5. Privillages in C++ 6.structure and union 7.break and continue 8.while and dowhile Pgm..

3 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


How can I make it pause before closing the program output window?

0 Answers  


Categories