csharp string is all zeros

Code Example - csharp string is all zeros

                
                        bool isAllQuestion = input.All(c => c=='?');