Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/11/11 07:49
Read: times


 
#181033 - Pardon??
Responding to: ???'s previous message
Arif Deshmukh said:
How much deepness is required in Pointer and Data Structure.

What do you mean by that?

An individual compiler will have certain maximum limits on the level of indirection that it supports - and that will be specified in the Manuals for that compiler.

The ANSI Standard specifies the following minimum limits:
ISO/IEC 9899:1990 said:
5.2.4.1 Translation Limits

- 12 pointer, array, and function declarators (in any combination) modifying an arithmetic, a structure, a union, or an incomplete type declaration

- 127 members in a single structure or union


But you still have to check the specific compiler's Manuals to see if it restricts or expands on those.

List of 10 messages in thread
TopicAuthorDate
Pointer & Data Structure in Embedded C            01/01/70 00:00      
   DEPTH??            01/01/70 00:00      
   Pardon??            01/01/70 00:00      
      I mean....            01/01/70 00:00      
         That makes even less sense!            01/01/70 00:00      
            Width?            01/01/70 00:00      
               Short answer            01/01/70 00:00      
                  Understand            01/01/70 00:00      
                     Doesn't hurt to explain            01/01/70 00:00      
                        as said before            01/01/70 00:00      

Back to Subject List