Answer Posted / guest
A compiler is a software program which is used to compile
the program written in computer language to the normal
language and return the o/p to the user in normal form.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
diff between exptected result and requirement?
What is typedef?
how to write optimum code to divide a 50 digit number with a 25 digit number??
How can you call a function, given its name as a string?
Why structure is used in c?
what is different between auto and local static? why should we use local static?
How can I discover how many arguments a function was actually called with?
What are predefined functions in c?
Are comments included during the compilation stage and placed in the EXE file as well?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
In C language, a variable name cannot contain?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is a dynamic array in c?
What is the purpose of the preprocessor directive error?
What is the most efficient way to count the number of bits which are set in an integer?