How does com provide language transparency?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of pointers?
Who discovered c++?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
How many keywords are used in c++?
Is java a c++?
How is memory managed in C++?
what are prototypes
What is algorithm in c++ programming?
What do you mean by vtable and vptr in c++?
What do you mean by storage classes?
What is struct c++?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you