7: Case Control Instructions

Case Control Instructions INTRODUCTION In your experience of  programing you might have faced some situation as in, you had to execute certain statements let us say when, the user enter a certain value. I know you’re thinking that you can use a if statement but is a very time consuming of effort and execution. The […]

Read More 7: Case Control Instructions

More complex repetitions

6: More complex repetitions introduction  to  complex REPETITION’S   Till now we learned how repeat statements or conditions using the while loop. In this blog post, we are going to learn a more efficient way of writing the loop. Those are called the For and the Do while loop. We are also going to learn how […]

Read More More complex repetitions

more complex decisions

The use of logical operators logical operators consists of && ||. && is told to be and, || told as or and is used the both conditions should be satisfied logical or is used when either one or two is satisfied here is an example of the efeicency in the 2 if-else

Read More more complex decisions

chapter one: getting ready

what is C C programming is a computer language developed by AT & T laboratories of USA in 1972 .Which stood for 3 decades. It was popular cause it was simple to use. After few years people came up with some more languages like C++,JAVA,C# .E.T.C. and, operating systems like windows,UNIX,Linux are written in C

Read More chapter one: getting ready