pointers in c!

  • From: Daniel Dalton <daniel.dalton47@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Fri, 26 Oct 2007 18:20:48 +1000

Hi,

Just learning about pointers in c.
Can someone explain the (x) operator to me? what is x?
what would this do?
int y =4;
int * x;
if((x) ==6)

Or do I need to learn something else?
I just don't understand this () stuff. I know how it is used for functions and statements like if, for and while.
Could someone please help me out with this?
Thanks,
--
Daniel Dalton

http://members.iinet.net.au/~ddalton/
daniel.dalton47@xxxxxxxxx
__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: