Answer Posted / ramesh
A Compiler that translates the sources to binary code
language
(or)
A compiler that converts the high level language to low
level language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is a structure member in c?
What does the format %10.2 mean when included in a printf statement?
What are the 4 types of unions?
Can you assign a different address to an array tag?
swap 2 numbers without using third variable?
Explain how do you sort filenames in a directory?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What does #pragma once mean?
Explain the priority queues?
How do you determine whether to use a stream function or a low-level function?
Write a Program to find whether the given number or string is palindrome.
What are identifiers and keywords in c?
What is identifiers in c with examples?
What is difference between structure and union in c programming?