Write First Program in C Here we are going to write first program in C First go and open up your dev c++ compiler and go to file, new, source file ( See below image). So its gonna open up a blank file, Go to this File then save as to anywhere in the computer …
Constants Variables and Keywords in C programming
Alphabets, Numbers and Special symbols like underscore are combined to form constants variables and keywords in C programming. Constants Variables and Keywords in C programming Constants A constant as the name indicates is an entity that doesn’t change. We can classify the constants in to integer constants, real constants and character constants. An integer constant …
Continue reading ‘Constants Variables and Keywords in C programming’ »
How C Programming Language Works?
Welcome to the new chapter on the C programming language. In the previous videos we have learnt about the computers and the C programming language and in this post we are going to see all the steps involved from writing a C program to generating an executable file from that C program that is the …
Computer Programming and types of Programming Languages
This is an introduction to computer programming and types of programming languages. A computer is a general purpose machines which can perform many computational task now the modern day computers that we have they can perform billions or trillions of calculations within a fraction of second. computer will work on with instructions now the computers …
Continue reading ‘Computer Programming and types of Programming Languages’ »
Computer Programming class, Chapter 1 for Beginners
This is the introduction part of the Computer programming class, here we deal with C programming language. we will see its history and then we will discuss why you should study this C programming language when there are so many other programming languages are available. Write First Program in C Language Computer Programming class, Chapter 1 …
Continue reading ‘Computer Programming class, Chapter 1 for Beginners’ »