basic difference between run time and compile time
polymorphism
Answer Posted / ramesh
for example when u wrote a program. first the code will
have to translated into machine code like dividing the
streams and analysing the syntax(eg:a*(b+c)).The time
during this process is run time.
After converting the source code instruction into machine
code, machine code instruction will be compiled as per
rules of the language. This time period of execution is
called compile time.
Is This Answer Correct ? | 22 Yes | 72 No |
Post New Answer View All Answers
What is the pattern for HAL Online-exam?
what is difference between shell commands and shell scripting commands or both r same?
difference between arrays and linked list in c language?
why does a microprocessor generally hAVE more address lines than data lines?
What is the purpose of dampening roller
Write a program in ‘C’ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.
a book consists of chapter ,chapter consist of sections and sections consists of subsections.construct a tree and print the node.
what is the difference between oracle 8i vs 9i
what is the difference between a decision statement and ea loop statement?
Please explain why you are suitable for the position that you have applied for?
what are basic step involved in embedded system software development?
As a good company employee, can you report your supervisor to the company management if he or she is going against the company interest in his or her actions?
1.what a diffrenrs v-lan & (layer)l-3,l-2 bitween plz define defination of these? 2.how to configur ms outlook & lotus note (ibm)
what is a pointer in c language?
If memory is allocated to a class,when object of the class is created then how do we use the abstract class methods.coz v cant create obj of abstract class, only reference is created,when the abstract class data and members got the space in memory??