C Language Keywords - The Official TIGCC Site

C Language Keywords - The Official TIGCC Site

瀏覽:974
日期:2025-09-13
auto Defines a local variable as having a local lifetime. Keyword auto uses the following syntax: [auto] data-definition; As the local lifetime is the default for local variables, auto keyword is extremely rarely used. Note: GNU C extends auto keyword to ...看更多