C Basic Syntax

Source: Internet
Author: User

1 write two consecutive semicolons, the 2nd semicolon is an empty statement, the empty statement is not actually doing anything, the syntax is correct, compile without error.

An empty statement can increase the readability of a program, and can be used as a function body, loop body, and statement block to be written. Therefore, an empty statement can be useful.

2 signed unsigned short long

The 4 modifiers apply to int, but only signed and unsigned apply to the Char,long for double. when you use short and long to modify int, the 3 characters of int can be omitted

3 A semicolon is required at the end of a class definition in C + +, a member of a class is private by default, a member variable in a class cannot be initialized, and a member function in a class can have a default value.

 

C Basic Syntax

Related Article

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.