What do you mean by translation unit?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is c++ course?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


What is a singleton c++?

0 Answers  


Can I learn c++ without knowing c?

0 Answers  


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  






an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


How do you test your code?

4 Answers   Microsoft,


What is low level language in simple words?

0 Answers  


Carry out conversion of one object of user-defined type to another?

0 Answers  


Define a pdb file.

0 Answers  


Categories