Explain pointer to the constant and constant pointer? Explain difference between them.
No Answer is Posted For this Question
Be the First to Post Answer
What is visual c++ runtime?
Name some examples of the different types of windows found in a Windows application?
What is splitter window in vc++?
#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;}
Is visual c++ the same as c++?
What is the difference between serialization and deserialization?
4 Answers Cap Gemini, HCL, MBT,
How a dll will be sharable by more than one exe?
How do I reinstall visual c++ on windows 10?
what are the advantages of VC++ design environment
What is more efficient to pass as a parameter--a pointer or an object? Why?
Which steps are required to add a column to a list view?
What is microsoft visual c++ 2013 redistributable package x64?