Knowledge in C programming

c programming language.

This pdf file containing the knowledge about the c programming language.

C programming header files.

This pdf file containing the advance knowledge of c programming header files. and it's pdf gives you professional knowledge about header files of c programming.

Some Important C Programs

This pdf files includes : 1. C Program to find the perfect numbers between a given range. 2. Switch Statement in C 3. Write a C program to Make Simple calculator

C language

In this file Contains C language basics algorithm, etc.

File handling in C

This is all about files in C

File Handling in c

This content Is all about file handling in c

10 Skills necessary for coding

What are the 10 skills necessary for coding?Read this out to know more

About algorithm and essential properties of an algorithm

The main essential properties of an algorithm are characters of an algorithm. Simple , definiteness, finiteness,input/output,generality, effectiveness. Simple means,the algorithm should be simple to understand. Definiteness means each and every step should have a definite meaning.

Types of algorithm , advantages and disadvantages of algorithm.

There are 3 types of algorithms . Sequence algorithm, repetitive algorithm, steps involved in developed algorithm. There are many advantages of algorithm. It is a step by step procedure. It is independent of programming language. We also have the example of an algorithm.

Sun=1+2+...... +n calculate by c program

Here are the series of sum positive positive integers in less than equal to 20 calculate by C programming

Sum=1^2+......... +n^2

Here is the calculate of sum equal to 1 square + dotdotdot in square

History of c language and history development of c

C language is one of the most popular computer languages in today's world. ALGOl was the first language introduced in 1960. Later in 1963 , CPL was introduced. Afterwards in 1967, BCPL was came into the picture. Then in 1970 B language was introduced. Modifying B language, in 1972 C language was introduced.