P
parag
Guest
are nulls only to used in a equality operators for chandles , class
objects
The LRM does not mention whether null literal is a intergal value or
not. If yes, please let me know the section where it is mentioned as
such
i searched in p1800 but could not find any such refrence
I need to know whether giving an error in this conditions
if (i.a == null ) is correct or not
where i is an interface instance, and a is bit inside it
objects
The LRM does not mention whether null literal is a intergal value or
not. If yes, please let me know the section where it is mentioned as
such
i searched in p1800 but could not find any such refrence
I need to know whether giving an error in this conditions
if (i.a == null ) is correct or not
where i is an interface instance, and a is bit inside it