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
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
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.
Write a code of a general series where the next element is the sum of last k terms.
Is it possible to initialize a variable at the time it was declared?
How the c program is executed?
Explain the difference between call by value and call by reference in c language?
What are reserved words with a programming language?
What is meant by inheritance?
What is the difference between union and anonymous union?
How do you define structure?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain heap and queue.
What’s the special use of UNIONS?
What is an expression?
What are the primitive data types in c?