Thread
:
Why pointer cant have only value?
View Single Post
asadullah.ansari
TechCake
11Jan2008,17:05
This is very simple question!!! Give me excat reason???
Example: Why it is wrong....
int main()
{
int * ptr;
*ptr=10;
return 0;
}