a new pointer type that can store the address of such structure for example
nodeptr p; will declare a pointer to that struct but it is useless for me. On Aug 9, 2011 8:19 PM, "programming love" <[email protected]> wrote: > @rohith, what if that statement is removed. Now, what will nodeptr stand > for? > > On Tue, Aug 9, 2011 at 8:09 PM, rohit jangid <[email protected]> wrote: > >> it will give error in line 3 because nodeptr is undefined till that point.. >> >> On Aug 9, 2011 8:03 PM, "programming love" < [email protected]> >> wrote: >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]. > For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
