Switch statement This is a branch (multiple) statement which provides easiest way to execute different parts of the code leased on the value of …
Read moreDecision - These are required when we have two options to go forward to. We basically want our program to run a specific function when the c…
Read moreInput / Output statements -\ Input refers to the values that we insert in our program (user defined values). Output refers to the value that …
Read moreFormat Specifiers - These tell about the data type that we enter in the program. We have to specify the data every time we input the values. …
Read moreOperators - There are various types of operators in C language including all the basic functions. These are used to manipulate data and vari…
Read moreIdentifiers - Identifiers are used in C language to assign a variable. An identifier is a string of alphanumeric characters that begins w…
Read more# Data Types - In the C programming language , data types are declarations for memory locations or variables that determine the characteris…
Read more
Social Plugin