#c
Read more stories on Hashnode
Articles with this tag
Programming is all about solving problems. It’s basically useless to develop a program with no purpose; thus programming is all about coming up with...
An operator is a symbol or function denoting an operation. Operators in programming work similar to the way they do in mathematics, for instance, +...
Identifiers These are names given to variables, functions and symbolic constants. When determining an identifier take note of the...
Structure of a program in C • Code can be referenced according to line. As seen in the above image (left edge), numbers denote the line on which...
Compiler – A computer program (known as a language translator) that converts the source code into object code. Source code – These are the programming...
With C being one of the oldest programming language still around, its relevance today is extremely controversial. I personally enjoyed learning C as...