Name the three types of loops used in C++ programs?
Answers were Sorted based on User's Feedback
What is a copy constructor? What is the need for it?
What is an overlapped image?
How do I uninstall visual c++?
What is cmutex?
What is command routing in VC++
what is DLL?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What keyboard editor command is used for Undo?
Explain pointer to the constant and constant pointer?
What is the difference between Boxing and Unboxing in C#
Do I need microsoft visual c++ 2005 redistributable on my computer?
What is ole? How do you handle drag and drop in ole?