null « Development « C Array Q&A

Home
C Array Q&A
1.bit
2.Byte
3.char
4.class
5.Development
6.Dimensional Array
7.dynamic
8.element
9.find
10.index
11.initialization
12.Integer
13.length
14.loop
15.memory
16.Operation
17.pointer
18.Print
19.size
20.Sort Search
21.string
22.struct
23.variable
C Array Q&A » Development » null 

1. How to set an array slot to NULL    cboard.cprogramming.com

Because section 6.3.2.3 paragraph 3 of the 1999 edition of the C Standard states: with the note: For a long int, the value 0 can be expressed by the constant 0L, but long int is not a pointer type anyway. My point is that to be pedantic, the standard allows both (void*)0 and (void*)0L, so suggesting that (void*)0L is pedantic in ...

2. Ez ... right? Has't to do with arrays being null'd    cboard.cprogramming.com

3. Null Terminated Arrays    daniweb.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.