Skip to content

C Program

  • Discussions
  • Login
  • Signup

Basic C Programming

2 – Understanding Data Storage – Variables, Constants, Type Conversion and Type Casting

October 29, 2025 by Sibananda Sahu

Everything that we see around us, has some data associated with it. We as a humans, store every data in our memory (may be in brain or mind or somewhere). That’s how we remember and we are able to understand the things when we see the next time. Example 1:Image if we loose our memory … Read more

Categories Basic C Programming Leave a comment

1.4 – How to Understand and Fix C Compilation Errors

October 17, 2025October 14, 2025 by Sibananda Sahu

In the last post I explained what happens during compilation of a C program, there I explained all 4 stages of compilation as below: Apart from compilation errors, there can be runtime errors. NOTE: Runtime error is a kind of error which will be seen only when you run the program. This means, there was … Read more

Categories Basic C Programming

1.3 – What is Compilation and How to Compile and Run a C Program

October 29, 2025October 12, 2025 by Sibananda Sahu

I have covered briefly about compilation of a C code and running an executable file in the hello world c program post as well as while explaining the basics of c programming language. In this post, let’s learn a little bit more about what does compilation mean, what happens while compiling a C program such … Read more

Categories Basic C Programming

1.2 – Common Structure of any C Program

October 16, 2025May 31, 2024 by Sibananda Sahu
Structure of C Program

Now that I have covered the Hello World program in C, in this article I am going to explain about the structural parts of a C program or the Structure of a C Program. This is not about user defined datatype such as structure and union in C. Structure and union is going to be … Read more

Categories Basic C Programming

1.1 – Hello World Program in C – Say Hello to the World

October 16, 2025May 30, 2024 by Sibananda Sahu
Hello World Program in C

Even the huge buildings, shopping complex etc. are built brick by brick. Isn’t that so? Similarly to learn C language you may start from the very basic program in C which prints Hello World. When you start learning to ride a bicycle, you do not learn the nuts and blots! You just sit on that … Read more

Categories Basic C Programming

1 – Understanding C Language and Know Why Should You Learn it in 2025

October 17, 2025May 29, 2024 by Sibananda Sahu

‘C’ is a language for computers, and because it programs a computer, it is known as a programming language. Before you understand about the ‘C’ programming language in general, you need to know why is it called as a language at the first place. Why ‘C’ is a Language? The way by which we humans … Read more

Categories Basic C Programming 1 Comment

Recent Posts

  • 2 – Understanding Data Storage – Variables, Constants, Type Conversion and Type Casting
  • 1.4 – How to Understand and Fix C Compilation Errors
  • 1.3 – What is Compilation and How to Compile and Run a C Program
  • 1.2 – Common Structure of any C Program
  • 1.1 – Hello World Program in C – Say Hello to the World

Recent Comments

  1. Swoham Das on 1 – Understanding C Language and Know Why Should You Learn it in 2025
© 2025 cprogram.dev. All Rights Reserved.