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
Why are algorithms important in c program?
How can you access memory located at a certain address?
Give the rules for variable declaration?
What is ambagious result in C? explain with an example.
What is operator precedence?
What is the hardest programming language?
How can I access an I o board directly?
What is void c?
What does emoji p mean?
How do you declare a variable that will hold string values?
Explain how can type-insensitive macros be created?
What is merge sort in c?
how to write a c program to print list of fruits in alpabetical order?
Write a function that will take in a phone number and output all possible alphabetical combinations
What is difference between union and structure in c?