C-Program

Let’s understand program with WWH Theory. What is a program? Basically, a program is a planned, coordinated group of activities, procedures, etc., often for a specific purpose. Why is it required? In last post, we understand about statements (Declaration and Execution statements). As we know we need lot of statements (Computer instructions) to complete a […]

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 […]

Back To Top