Explain pointer to the constant and constant pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VC++ AllOther Interview Questions

#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;}

1 Answers  


Is visual c++ a compiler?

0 Answers  


what is DLL?

7 Answers   Zenith,


How do you define a function in vc++?

1 Answers  


What is the RGB macro used for?

1 Answers  






What is microsoft visual c++ redistributable and do I need it?

0 Answers  


What is cwinthread class? Explain its advantages.

0 Answers  


What is cmutex? How can we use it?

0 Answers  


What is microsoft visual c++ 2008 redistributable?

0 Answers  


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

0 Answers  


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


What is the difference between an MLE and an SLE?

1 Answers   Infosys,


Categories