Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
Does a derived class inherit or doesn't inherit?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is #include cmath?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Differentiate between late binding and early binding.
What is a storage class? Mention the storage classes in c++.
What is the return value of the insertion operator?
What is c++ programming language?
Describe exception handling concept with an example?
What is the basic concept of c++?
What is a class template?
What is helper in c++?
Describe the process of creation and destruction of a derived class object?
What is an adjust field format flag?