Sujet : Re: question about nullptr
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 07. Jul 2024, 09:01:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6di1c$8f51$5@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.158 (Avdiivka; )
On Sat, 6 Jul 2024 13:28:21 -0700, Chris M. Thomasson wrote:
void* a = 0;
void* b = NULL;
a == b, right?
According to the C spec, yes.