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
How are 16- and 32-bit numbers stored?
Can we access array using pointer in c language?
Explain how do you override a defined macro?
What is array of structure in c programming?
What are enums in c?
What is function prototype?
Does c have an equivalent to pascals with statement?
how to introdu5ce my self in serco
Write a factorial program using C.
Explain what is the use of a semicolon (;) at the end of every program statement?
What is class and object in c?
Is there a built-in function in C that can be used for sorting data?
How arrays can be passed to a user defined function
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above