C-Compiler
C-Preprocessor
C-Environment Setup
C-Sample Program
C-Comments
C-Structure of Program
C-Program
C-Statements
Let’s understand the statements using WWH theory. What is a statement? As per dictionary a statement is “something that you say or write, especially formally”.Ex. The sky is blue., Water boils at 100°C. etc. These are some statements. But In the Computer Programming Language, a statement is a complete instruction that provides some information to […]
C-Keywords
In post C-Langauge , we understood that a Language must have some meaningful words created using symbols.The C Language also have some meaningful words ( also called keywords ).Here’s a list of the standard C keywords categorised based on their usage : Storage/Memory related keywords. Keywords Usage / Purpose register It suggests compiler to store […]
