⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
write the features of C language
And give the Arithmetic operators.
Answers
Answered by
0
The symbols which are used to perform logical and mathematical operations in a C program are called C operators. These C operators join individual constants and variables to form expressions.
Answered by
10
• C has rich set of built in functions.
• C is a middle level language as it combines the capabilities of low level programming with features of high level language.
• It has a variety of data types such as character numeric and alphanumeric.
• These help us in re-using readily available programs.
• C programs are highly portable since the program written in one computer can be run on another computer.
• C is a structured programming language in which complex programs can be broken into modular form.
The arithmetic operators supported by C are given in the following table :-
Assume variable x holds 10 and variable y holds 20 then :-
Note :- The quotations used are not to be used in C program, it is used here to specify the Operators.
pratyush4211:
great
Similar questions