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 are keywords in c with examples?
Can we initialize extern variable in c?
How can I read in an object file and jump to locations in it?
what is the significance of static storage class specifier?
What are the disadvantages of external storage class?
What is c language and why we use it?
What is the use of a conditional inclusion statement in C?
What is function prototype in c with example?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is time complexity c?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Differentiate between new and malloc(), delete and free() ?
What is the hardest programming language?
Can we use visual studio for c?