On Thu, Jun 9, 2011 at 7:45 PM, ADITYA KUMAR <[email protected]> wrote:
> a volatile pointer to a volatile pointer to integer > > i think volatile pointer to a volatile pointer to integer can be written as int *volatile * volatile x it's **volatile x; i think its volatile pointer to pointer to integer. correct me if i am wrong !! > int *volatile *p; > a pointer to a volatile pointer to interger > > > On Wed, Jun 8, 2011 at 11:28 AM, Vishal Thanki <[email protected]>wrote: > >> Following declaration makes the "x" as a volatile pointer to an integer. >> >> int *volatile x; >> >> But what does following means? >> >> int **volatile x; >> >> ~Vishal >> >> -- >> 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. >> >> > > > -- > Regards > Aditya Kumar > B-tech 3rd year > Computer Science & Engg. > MNNIT, Allahabad. > > -- > 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. > -- Regards, Rahul Patil -- 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.
