two'*' means we r storing address of a pointer variable in a pointer variable. to do this we r using two '*' before any variable
On 5/14/09, mark <[email protected]> wrote: > > > > what does this line of code do? > why does it have 2 '*'? > is this a kind of pointer or something?? > > int** variable; > > Thanks > > > -- shruti dixit [Non-text portions of this message have been removed]
