What is compilation?
Answer / shiva479
compilation is a process of converting program from user understandable language to machine understandable language and vice versa.
| Is This Answer Correct ? | 32 Yes | 1 No |
wap to accept 10 numbers & display the number of odd and even numbers??
What is singleton class in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
Why seem interrupt handlers as member functions to be impossible?
what is scupper?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What are the advantages of early binding?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Explain the concept of dynamic allocation of memory?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What happens if an exception is throws from an object's constructor and from object's destructor?