2. C ++ language features 2. C Language Features

Source: Internet
Author: User

2. C ++ language features 2. C Language Features

1. Features of universal programming languages


Any common programming language has a set of common syntax features. Different Languages differ only in feature details. Therefore, to grasp a language, it is the first step to understand the implementation details of its syntax features.
The most basic features include:
<1>. built-in type
<2>. variable, used to name an object
<3>. Expression and statement, used to operate the specific values of the preceding data type.
<4>. if/while and other control statements, these statements allow us to selectively execute some statements or repeatedly execute some statements.
<5>. function, used to define the computing units that can be called at any time.
Most programming languages supplement their basic features in two ways: one is to grant programmers the right to customize data types, and the other is to encapsulate useful functions into library functions for programmers.

Ii. Notable features


(1). can define the class type that is as natural as the built-in type. (Built-in type: the type defined by the language itself, such as int .)

Iii. Features of C ++
C ++ is an extension of C language.

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.