What is dao in vc ++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between critical section, mutex and semaphore.
What is microsoft visual c++ 2013 redistributable package x64?
What is persistence?
Name the three types of loops used in C++ programs?
Explain some of commonly used methods provided by iunknown.
What is visual c++ runtime error?
What is visual c++ 2008 redistributable x64?
Explain the significance of initapplication() in vc++.
What is a copy constructor? What is the need for it?
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.
Is microsoft visual c++ important?
Is visual c++ the same as c++?