Answer:
It will not give us any output because it will throw compile-time error as:-
The best overloaded method match for 'string.IsNullOrEmpty(string)' has some invalid arguments
Argument 1: cannot convert from 'bool' to 'string'
Argument 2: cannot convert from 'int' to 'string'
Asked In: Many Interviews |
Alert Moderator