What is vcredist_x86 exe?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
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.
What is the return value when the InsertItem function fails?
What is the difference between pointer and reference?
7 Answers IBM, Microsoft, Tech Mahindra,
What is a microsoft visual c++ 2008 redistributable?
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
What is microsoft visual c++ runtime library error?
What is iunknown?
How do you specify which control is the buddy control?
Can I uninstall visual c++ 2005?
What is difference between c++ and vc++?
Name the three attributes of a pen?