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 will be maximum number of comparisons when number of elements are given?
What is queue in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is oops c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is a char in c?
What is static and auto variables in c?
Is c++ based on c?
What is bubble sort in c?
What is character set?
Why do we use return in c?
what is different between auto and local static? why should we use local static?
how to find binary of number?