What is the iunknown interface?


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

Post New Answer

More C++ General Interview Questions

Why do we need runtime polymorphism in c++?

0 Answers  


In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  


What is ctime c++?

0 Answers  


Why is null pointer used?

0 Answers  


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


What are the uses of c++ in the real world?

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


What is atoi?

0 Answers  


Categories