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 |
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are register variables?
How do pointers work?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is "map" in STL?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is a pointer how and when is it used?
We use library functions in the program, in what form they are provided to the program?
Explain polymorphism?