--- Sunil Nair <[EMAIL PROTECTED]> wrote:
> I wrked out in MSVC
>
> main()
> {
> int a = 5;
> int *b = & a;
> printf("the result *b is %d\n", *b);
> printf("the result b is %d\n", b);
> *b++;
> //Print the values of *b and b.... C what gets incremented...
> (*b)++;
> //Print the values of *b and b.... C what gets incremented...
> }
>
> Please include approp. header files and syntax......
>
> with regards,
> Sunil Nair
Can you use your brain?
____________________________________________________________________________________
Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now.