C Language Keywords - The Official TIGCC Site

C Language Keywords - The Official TIGCC Site

瀏覽:1027
日期:2024-07-14
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 ...看更多