Why do we need to compile the code?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why do we need compiler to execute the program? Because computer can’t understand the source code directly. It will understand only object level code. … The compiler will parse the source file and translate it into machine understandable object file.