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
Difference between critical section, mutex and semaphore.
Where can I find microsoft visual c++?
What is visual c++ runtime error?
What is cwinthread class? Explain its advantages.
Do you need microsoft visual c++?
How do I change visual code font?
What is splitter window in vc++?
Do I need microsoft visual c++ on my computer?
What is microsoft visual c++ 2015 redistributable?
Is microsoft visual c++ important?
What is visual c++ redistributable?
What is microsoft visual c++ 2013 redistributable?
Do I need microsoft visual c++?
Do I need all the microsoft visual c++ redistributable?
What is cmutex?