- NEW!
Help answer this question below.
Who invented computer programming?
by Answerbag Staff on February 1st, 2011
| 1 person likes this
How do i use visual basic 2008 express?
by Answerbag Staff on August 21st, 2010
| 1 person likes this
Do you wish you were a 12 year old app developer?
by Mister_Bromyde on May 1st, 2012
| 1 person likes this
How do I create a table in Microsoft SQL?
by Answerbag Staff on November 8th, 2010
| 1 person likes this
Could you ever tell something about pocket programme to land planes?
by prof. mes solzhenitsy on May 1st, 2012
| 1 person likes this
You're reading What's the difference between &x and *x? I understand that *x is a pointer (like int *x; x is a pointer to int), but i don't understand how to use these and apply them in my codes. When would I use the & and when would I use the *?
Comments
Hmm.. I think you missed the & on the first assignment of x. Should be:
x = &a;
by yeroco on June 19th, 2009