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.
Answer Posted / zerozero
Compiler error
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How many microsoft visual c++ do you need?
What is microsoft visual c++ runtime library error?
What is visual c++ runtime error?
Do I need all the microsoft visual c++ redistributable?
How do I get rid of microsoft visual c++ runtime library error?
What is cwinthread class? Explain its advantages.
What is cmutex?
How do I reinstall microsoft visual c++?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
How do I reinstall visual c++ on windows 10?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
How do I create an mfc application in vc++?
What is microsoft visual c++ 2008 redistributable?
What is microsoft visual c++ 2005 redistributable?
What is splitter window in vc++?