+ 1

Where we use "!" ? Any one can tell us.

30th Jan 2018, 10:05 AM
kumar
2 Answers
+ 2
! Means not equal to: If(x != 0) { // if x is not the same as 0 } ? Means nullable type. It just means that empty values are allowed. Int? i = null;
30th Jan 2018, 10:17 AM
Bagshot
Bagshot - avatar