if else statement in C

The if Statement: C uses the keyword if to implement the decision control instruction. The general form of if statement looks like this: The keyword if tells the compiler that what follows is a decision control instruction. The condition following the keyword if is always enclosed within a pair of parentheses. x==y x is equal …

Read more

Structure Of C Program With Example. main() in C . printf in C .

Form of a C Program : Each instruction in a C program is written as a separate statement. The statements in a program must appear in the same order in which we wish them to be executed; unless of course, the logic of the problem demands a deliberate ‘jump’ or transfer of control to a …

Read more

What Is C Language ? Character Set, Variables, Keywords In C

What is C : Programming Language, designed by Dennis Ritchie Reliable, Simple, Easy to use Builder  & Basic Programming Language Popular Operating System – Windows, Unix, Linux    written in C Mobile devices- Smart Phones, Tablets, Microwave Ovens, Washing Machine come from Microprocessor, Operating system, Programs. C is the language of choice while building such Operating …

Read more