Answer Posted / naveen
compiler main work is to convert source code to target
code ,means when we compile our program ,source code are
converted into binary form (system understantable form)and
then execute it to user understable form.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
what is the height of tree if leaf node is at level 3. please explain
How do I round numbers?
Write a program that accept anumber in words
What is a static function in c?
What does c value mean?
Why c is called procedure oriented language?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Why c is known as a mother language?
How can I make sure that my program is the only one accessing a file?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Can you think of a logic behind the game minesweeper.
What are the header files used in c language?
Write a program to generate random numbers in c?
Is int a keyword in c?