what are the basic c concepts?
Answers
Answered by
1
Hay mate
here urr ans....
C → is a language that essentially combines the features of low level and high level languages although it is regarded as a high level language.
Basic conepts are :
Different data types : int, char, float,etc.
Loop constructs : for, while, do… while.
Conditional constructs : if, if..else, else if, nested if.
Operators : Logical, Unary, Binary, Ternary, Compound assignment operators, Increment/Decrement operators.
☺️Thanks◆◆◆◆
Answered by
0
The following are some of the keyconcepts of C language. Functions: aremain building blocks of any CProgram. ... Object is the basic unit of object oriented programming. That is both data and function that operate on data are bundled as a unit called as object
hope this will help you
please mark me as brainliest
hope this will help you
please mark me as brainliest
Similar questions