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
Explain pointer to the constant and constant pointer? Explain difference between them.
How do I change visual code font?
Explain pointer to the constant and constant pointer?
What is a wizard?
Can I delete old microsoft visual c++?
How can we use cmutex?
What is odbc in vc ++?
What is vcredist_x86 exe?
What is dao in vc ++?
What is microsoft visual c++ 2010 x86 redistributable?
Is visual c++ a compiler?
What is visual c++ used for?
What is cwinthread class? Explain its advantages.
Where can I find microsoft visual c++ on my computer?
Difference between getmessage, postmessage & peakmessage.