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 do I create an mfc application in vc++?
What is a wizard?
What are the advantages of a message map
What is odbc in vc ++?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is microsoft visual c++ redistributable and do I need it?
Does visual c++ 2017 replace 2015?
What is cmutex?
What is difference between c++ and visual c++?
What is microsoft visual c++ 2010 x86 redistributable?
What is the use of microsoft visual c++ 2015 redistributable?
How do I fix microsoft visual c++ 2015 setup failed?
Do I need all the microsoft visual c++ redistributable?
Difference between critical section, mutex and semaphore.
What is visual c++ used for?