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 |
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
Why is c++ still popular?
Why do C++ compilers need name mangling?
What is the difference between const and constexpr?
what is meaning of isa and hsa
why is iostream::eof inside a loop condition considered wrong?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is oops in c++?
What is the full form of ios?
Why do we use structure in c++?
what are the iterator and generic algorithms.
Which bitwise operator is used to check whether a particular bit is on or off?