Loading...

Category: C

Function Definition

Function Definition : A function definition specifies the function name, type and number of parameters to receive, and its return type. It also includes a function body with the declaration [ … ]

C Character Set

As every language contains a set of characters used to construct words, statements etc., C language also has a set of characters which include alphabets, digits and special symbols. C [ … ]

Features of C

C provides a lot of features. They are Simple: Every C program can be written in English language so it is very easy to understand and developed by programmer. Portability: [ … ]