Hi all
On a 64 bit machine where int occupies 32 bits and pointer occuping 64 bits.
Is it possible to type cast between an enum value with pointer to enum
i.e (enum*)
will compiler wont report this errors?
Is it a valid conversion?
regards
srikar