View Single Post
  #1 (permalink)  
Old November 9th, 2006, 12:39 PM
amrinder amrinder is offline
Registered User
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to amrinder Send a message via Yahoo to amrinder
Default array and pointers

I want to know the syntax of following:

Use typedef to define:
pointer to array of char
array of 7 pointers to int
pointer to an array of 7 pointers to int
array of 8 arrays of 7 pointers to int



live!!!
Reply With Quote