What compiler was used?
Answers were Sorted based on User's Feedback
Answer / varsha vilas kalebag
compiler was used to find out the errors present in programm
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / thukaram
Microsoft VC++ compiler ,Microsoft.NET compiler
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / saleban
compiler is used compile ur program takes source of the
program doing daignosis handling the errors of the
program and make program that computer can undersand then
ouputed object program during compiling there is some
phases
lexical analysis,
parsing,semantics,simlification,optimization, code
generator,
if all success in ur program u have efficent program
(corecct)
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / neel pooja
they asked what compiler was used that is, the compiler
used in the beginning or used in the past
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / puspanjali nayak
it use compile the programm.find out the result
Is This Answer Correct ? | 0 Yes | 2 No |
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What are the basics of local (auto) objects?
What is else if syntax?
What is the use of vtable?
What is object in c++ example?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is while loops?
How can you quickly find the number of elements stored in a static array?
Is dev c++ a good compiler?
Can you use the function fprintf() to display the output on the screen?
What's the order in which the local objects are destructed?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?