What is meant by a delegate?


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

Post New Answer

More C++ General Interview Questions

Can turbo c++ run c program?

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


What is input operator in c++?

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


How do you establish an is-a relationship?

0 Answers  






What is endianness?

0 Answers  


You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.

4 Answers  


Is main a class in c++?

0 Answers  


What is c++ flowchart?

0 Answers  


Explain how a pointer to function can be declared in C++?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


What is a constructor in c++ with example?

0 Answers  


Categories