which will be first in c compiling ,linking or compiling
,debugging.
Answer Posted / 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 |
Post New Answer View All Answers
Describe explain how arrays can be passed to a user defined function
What is the role of this pointer?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Which is best book for data structures in c?
What is getch?
Is it possible to execute code even after the program exits the main() function?
How can I manipulate individual bits?
What are the 5 types of organizational structures?
What is the purpose of main() function?
What does s c mean on snapchat?
How many loops are there in c?
How can I change the size of the dynamically allocated array?
What is a far pointer in c?
What is clrscr in c?
Explain what is wrong with this program statement? Void = 10;