Does arduino have nullable int?

I come from the realm of c# and over there I have nullable value types like int? double? float?. Does arduino have anything like that?

greengiant83:
I come from the realm of c# and over there I have nullable value types like int? double? float?. Does arduino have anything like that?

Nope. All variables have a real value. This is C++.