BIT STUFFING IN JAVA WITH SOURCE CODE AND DESCRIPTION

Bit Stuffing is one of the framing technique used in Data-Link Layer (layer 2) of OSI Reference Model.  In Bit-Stuffing technique, stuffing is done at the bit level. It was developed for the once ver…

Read more »
03 Jan 2015

C PROGRAM TO COUNT CHARACTER, WORDS AND LINES
C PROGRAM TO COUNT CHARACTER, WORDS AND LINES

This C program counts number of  characters, number of words and number of lines in a given text. Program Description Variables: nw-new word, nc-new character, nl-new line                ch-to store …

Read more »
03 Jan 2015
 
Top