A function is a block of code or a group of instructions that as a unit performs a specific task. So functions are programs, and they can be either library…
Control statements in C: While solving computational problems we come over conditions where we need to deal with the situations that have two possibilities like a thing would happen if…
In the last chapters, we have looked into some of the import terms in C programming and setting up the environment for writing C programs. In this section, we will…
This is an introductory notes on computer programming using C programming language. Before getting into programming, we have to understand a few terms and problem solving methods well. Some of…
We hear the term hacking very often. It can range from as simple as shoulder-surfing to destroying very complex and expensive systems. There are many types of hacking. In this…