Name the three types of loops used in C++ programs?
Answers were Sorted based on User's Feedback
Do I need all the microsoft visual c++ redistributable?
Explain some of commonly used methods provided by iunknown.
Explain pointer to the constant and constant pointer? Explain difference between them.
How will slove problem comes wirh Hybrid Inheritance?
Do I need microsoft visual c++?
What is persistence?
What is visual c++ runtime error?
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 is cmutex? How can we use it?
What is a mnemonic?
Do I need the microsoft visual c++?
Difference between getmessage, postmessage & peakmessage.