#c-programming
Read more stories on Hashnode
Articles with this tag
In C program If, if else, switch statements are known as conditional statements. Conditional statements: are also known as Boolean expressions...
Variables My favorite description of a variable compares it to a package like a box with a name or label attached to it, for example, “Cotton...
Why and what is a Header file? A header file is a file that contains declarations for various structures such as functions, variables, macros, and...