what is compiler?
Answers were Sorted based on User's Feedback
Answer / abhishek
it is translater which convert hll in machine language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / raj
It is translator which coverts high level code to object code
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sarjeet singh
it is a converted midel level language to machini language
| Is This Answer Correct ? | 1 Yes | 1 No |
what is use of for loop?
why we are using the fork command?.. how it works?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
write a piece of c++ code which allocate memory to the 50 object of type CObj
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html
write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance
What is a stl vector?
What is a standard template library (stl)?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
What do you mean by stl?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1