Let us dive into C Part-6.1 [IF-Else]

Programming with C

If-Else General Structures and Usage

Hello my dear Programmers!!! Let us dive into C again…….

If you have read my last blog post on decision making in C then I am sure about that, You are here to understand the If Else Topic broadly. Even if you are not redirected from the previous post though you can read this thoroughly to understand If-Else General structures and usage precisely.

Read more

Let us dive into C Part-6 Decision Making (if else)

Hello readers!!!

Today we are going learn about doing some intelligent task with C. Excited??? Okay….. Let’s solve a problem.

Problem:

You will be given three variables assigning three different numbers. Now you will have to pick the largest variable by the value among them.

Read more

Let us dive into C Part-5 (Operators & Operands)

C Operators and Operands

Hello Readers!!!!!

How are you doing? I wish you are doing well. If you face any difficulties then please let me know here with comments.

Today we are going to learn about the Operators and Operands in C.

What is Operator?

Operators are the foundation of any programming language. We can define operators as symbols that help us to perform specific mathematical and

Read more

Let us dive into C Part-4 (Get some inputs from users)

Hello Everybody…..

I wish you are doing well with C and please give us feedback if you are facing any problem to understand or in the codes.

In my previous post we have learned that how to declare variables for different data types in C and now we are going to use them finally. Please look back if you have missed the previous post.

Now we will use the variable to get inputs from users. We know that a variable assigns some memories when we declare them. We will have to use the memory address to store the value which we will get from the users.

Read more

Let us dive into C Part-3 (Data types & Variables)

Hello readers!!!!

How’s going on? In my previous Post we saw that how to show something on the console using C program. Those who missed that episode you can click on the link below.

Hello World

Let me ask you a question guys,

How will you get some input from the users in C program using console???

Okay, Generally we will use variables to get inputs from users.

What is variable?
In the terms of C programming, variable is an specific type of memory where we can store any data with the specific data type. Now you may have a

Read more

Let us dive into C Part-2 (Hello World)

Welcome beginners……

We are now ready to dive into C and it’s really very very easy now to code and test the code in your computer.

Our first program will be “Hello World” program. In this program we will know about the basic structure of a C program. How they will work on our compiler and what type of files will be created to run the code.

Read more

Let us dive into C Part-1 (IDE installation)

Hello once again.

In my first post I was trying to give you a clear concept about what programming really is and I wish you all now have the minimum basic knowledge about what is actually programming. That’s enough.

I will start with C programming as this is the most common platform for all readers and I will try to cover other languages too that I know well and can give you the proper directions on them.

Read more