Flip-Flops (SR,D,JK,T flip-flops)

                  The storage elements employed in clocked sequential circuits are called flip-flops, A flipflop is a binary cell capable of storing one bit of information. It has two outputs one for the normal value and one for the complement value of the bit stored in it. A flip- flop maintains...

Types of Functions in C programming

                            There are mainly five types of functions in C language. Generally when talk about programming type refers to the data type but here we are not talking about that. The classification mainly based on number of arguments we pass and and the return values....

Heap sort in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Factorial By Recursion in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Combinational Circuits(Half adder, Full adder)

           A combinational circuit is a connected arrangement of logic gates with a set of inputs and outputs. At any given time the binary values of outputs are a function of the binary combination of the inputs.          Now below i will discuss two basic arthamatic circuits. I take these as my example...

Basic Digital Logic Gates & Univercial Gates

                     Digital logic gates, latches,memories,and the other components are used to design computer systems and their sub systems,which includes the central processing unit or microprocessors. A good Under standing of these basics of digital logic gates is necessary in order to learn the fundamentals of...

Bubble Sort in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Reverse of number using recursion method in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

program to concatenate 2 files whose names are given as command line arguments

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Quick Sort in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Linear searching in C

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Binary searching.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Popular Mobile OS platforms of 2010

Those days are gone  when mobile phones as speaking and writing short messages as a communication tool is working. Mobile phones and more communications and entertainment equipment. Therefore, the low growth in the most competitive countries to be for developers. Some amazing applications development for mobile platforms with mobile developers around the world. These platforms...

Program to sort given numbers using Insertion Sort.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Program to sort given numbers using Merge Sort

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Convert the given string to uppercase without using string handling function.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Program to copy 2 files whose names are given as command line arguments.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Menu driven program to do simple arithmetic operations in C.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Print Sin series

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Program to do complex number operations using strucures

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Program to do array of structures maintenance.

#include <stdio.h>#include <conio.h>struct emp_info{int emp_id;char nm[50];}emp[2];void main(){int i;clrscr();gotoxy(31,1);printf("Arry of strecture");gotoxy(26,3);printf("www.techaravind.blogspot.com");gotoxy(1,5);for(i=0;i<2;i++){printf("\n\n\t Enter Employee ID : ");scanf("%d",&emp[i].emp_id);printf("\n\n\t Employee Name : ");scanf("%s",emp[i].nm);}for(i=0;i<2;i++){ printf("\n\t Employee ID : %d",emp[i].emp_id); printf("\n\t Employee Name : %s",emp[i].nm);}getch(...

progtam to swap contents of two variables using pointers

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

Program to add,multiplay and find transposte of two given matrices.

                                              To compile and execute the program, copy the code into a text file. Save the text file with the extinction .c (ex. program.c). Save your file in turboc2 or borland (it may your othe c-compiler)....

 
Etutos © 2010-2011