Write First Program in C Language

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 …

Continue reading ‘Write First Program in C Language’ »

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 …

Continue reading ‘How C Programming Language Works?’ »

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’ »

Basics of Computer Networking

This chapter focuses on basics of COMPUTER NETWORKING. This will help you to study higher levels of computer networking. OSI – open system interconnection ( This is the very basic of computer networking. OSI 7 layers in chronological order – physical layer data link layer network layer transport layer session layer presentation layer application layer …

Continue reading ‘Basics of Computer Networking’ »