Knowledge in C programs

C Programming-Basic program of header of linked list

In this PDF there are programs related to c programming and examples regarding linked list.You can know how to use and use of linked lists

C Programming-basics and precedence

In this ppt there are programs and detailed concepts related to c programming and examples regarding basics and precedence.You can know how to use and use of data types, characters,rules,etc in a program.

C Programming- Structures and Unions

In this ppt there is programs and detailed concepts related to c Programming.It specially related to structures and unions.you will be able to learn how to use and use of structures and unions.

C Programming- Functions

In this ppt there is programs and detailed concepts related to c Programming.It specially related to Functions.you will be able to learn how to use and use of functions.

C programming Important questions

C is the basic language for all programming languages which may help us in future as it is the basic language for all programes

C Language Programs

This Text file contains 2 C programming Language programs. 1. To check the Policy Amount. 2. Student Marks with Different Conditions. It will help students to enhance their skills in C programming Language.

C Language Programs (ALL TOPICS )

This zip file contains the C language Programs which Covers all topics of C language. It will help the student to understand that how can they make programs in C. NOTE: Extract the zip file and run it in gcc Compiler.

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

Block diagram of computer and it's functional description.

This is the basic block diagram of a computer. It consists of key board, mouse, CPU, speakers,monitor, printer, hard disk,etc. These are the hardware components of a computer. Coming to the internal part, data I sent through input devices as input . It is sent o the secondary storage or primary storage . Then control unit controls the entire system and arithmetic logical unit performs all the computational operations. Finally information is obtained as output .CPU consists of MMU ,CU,ALU.

C-Array

An array is a collection of elements of the same type that are referenced by a common name. Compared to the basic data type (int, float & char) it is an aggregate or derived data type. All the elements of an array occupy a set of contiguous memory locations. and An array may be initialized at the time of declaration. Giving initial values to an array. Initialization of an array may take the following form,

Write a program which Output is 1 To 10 counting With the help of White loop.

Write a program which Output is 1 To 10 counting With the help of White loop. Programming with C (First semester ) Makhanlal Chaturvedi national and journalism university, Bhopal class notes of C programming from Makhanlal Chaturvedi national journalism and communication university,Bhopal. Share with your friends to Help them to learn c programming. This class notes is very important for BCA first semester students .

Write a program which Output is 1 To 10 Table With the help of For loop.

Write a program which Output is 1 To 10 Table With the help of For loop. Programming with C (First semester ) Makhanlal chaturvedi national and jounalism university,Bhopal class notes of C programming from Makhanlal Chaturvedi national journalism and communication university,Bhopal. Share with your friends to Help them to learn c programming. This class notes is very important for BCA first semester students .