What do you mean by translation unit in c++?
In C and C++ programming language terminology, a translation unit (or more casually a compilation unit) is the ultimate input to a C or C++ compiler from which an object file is generated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
how to create window program in c++.please explain.
What is constructor in C++?
write a program that takes two numbers from user that prints the smallest number
What is the use of default constructor?
Is multimap sorted c++?
can anybody please tell me how to write a program in c++,without using semicolon(;)
Explain how to initialize a const data member.
What is the use of volatile variable?
What is the best c++ book for beginners?
Is it possible for the objects to read and write themselves?
Write about the use of the virtual destructor?