Answer Posted / 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 |
Post New Answer View All Answers
How would you use the functions memcpy(), memset(), memmove()?
Write a program which employs Recursion
How does com provide language transparency?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is the best ide for c++?
Give example of a pure virtual function in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is encapsulation in c++?
What are the 3 levels of programming languages?
Does c++ vector allocate memory?
What are keywords in c++?
What is the use of endl?
Is sorted c++?
What is the exit function in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?