c - error C2143: syntax error : missing ';' before 'type' - Stack Overflow

c - error C2143: syntax error : missing ';' before 'type' - Stack Overflow

瀏覽:371
日期:2025-05-28
Visual Studio only supports C89. That means that all of your variables must be declared before anything else at the top of a function. EDIT: @KeithThompson prodded me to add a more technically accurate description (and really just correct where mine is no...看更多