Что будет в результате выполнения кода?
string input = null;
if (input != null & input.IndexOf('d') == 0)
{
Console.WriteLine("yes");
}
else
Console.WriteLine("no");
ошибка
yes
no
ничего