C language commonly used 32 keywords

Source: Internet
Author: User

Char Character variable or function return value Short Short-Integer variable Int Integer variable Unsigned No sign
Long Long-integer variable Float Single-precision floating-point type Double Double-precision floating-point type struct struct type
Union Common body Type void function no return value, no argument, no type pointer Enum Enum type Signed have symbols
Const Read-only variables Volatile

Variables can be implicitly changed in program execution

typedef

Used to alias data types

Auto Automatic variables
Register Register variable Static static variables Extem

A variable or function is defined in another file or elsewhere in this file

Break Jump out of the current loop
Case Switch Statement Branch Continue End the current loop and start the next round Default The "other" branch in the switch statement Do Loop body of a looping statement
Else Conditional Statement Negation Branch For A circular statement Goto Unconditional Jump Statement If Conditional statements
Return Subroutine return statement Switch For switch statements While Looping conditions for a loop statement sizeof Calculate data type or variable length

C language commonly used 32 keywords

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.