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


Please Help Members By Posting Answers For Below Questions

How can we use cmutex?

556


Can I uninstall visual c++?

597


What is a microsoft visual c++ 2008 redistributable?

530


How do I create an mfc application in vc++?

601


Is visual c++ a compiler?

547






difference between assert and verify.

581


What is a copy constructor? What is the need for it?

569


Explain some of commonly used methods provided by iunknown.

505


Is visual c++ the same as c++?

565


What is odbc in vc ++?

625


Do I need ms visual c++ on my computer?

614


Is microsoft visual c++ important?

629


Does visual c++ 2017 replace 2015?

578


What is vc++ redistributable?

745


What is difference between c++ and vc++?

688