Important: Use custom search function to get better results from our thousands of pages

Use " " for compulsory search eg:"electronics seminar" , use -" " for filter something eg: "electronics seminar" -"/tag/" (used for exclude results from tag pages)
Ask More Info Of  A Seminar Ask More Info Of A Project Post Reply  Follow us on Twitter
10-08-2011, 11:41 AM
Post: #1
Program to implement the data link layer framing method character stuffing
Code:
#include<stdio.h>
#include<conio.h>
#include<string.h>
void main()
{
int i,j,k,n,c=0,l;
char s[20];
clrscr();
printf("\t enter the string \n\t");
gets(s);
l=strlen(s);
printf("\t%d",l);
printf("\n\n");
j=0;
printf(" \tenter the frame size: \t ");
scanf("%d",&n);
k=l/n;
for(i=0;i<k;i++)
{
printf("\t DLESTX");
while(j<l)
{

putchar(s[j]);
c++;
j++;
if(c==n)
break;
}
printf(" DLESTX \t");
printf("\n\n");
c=0;
}
getch();
Rating Program to implement the data link layer framing method character stuffing Options
Share Program to implement the data link layer framing method character stuffing To Your Friends :- Seminar Topics Bookmark
Post Reply 

Marked Categories : a seminar on data link layer, data link layer framing methods, implementation of character stuffing in c, implementation of data link layer framing method using character stuffing, data link layer framing method implementation in c using character stuffing, program for data link layer functions, data link layer programs, implementation of the data link layer framing method such as character stuffing and, framing methods in data link layer c programs, character stuffing program using strings, character stuffing program in c, c program for data link layer, how to program in data link layer, framing methods in data link layer, framing method program in c,

[-]
Quick Reply
Message
Type your reply to this message here.


Image Verification
Image Verification
(case insensitive)
Please enter the text within the image on the left in to the text box below. This process is used to prevent automated posts.

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  An efficient sliced data algorithm design for personalized data protection study tips 0 18 Today 04:12 PM
Last Post: study tips
  RANKING SPATIAL DATA BY QUALITY PREFERENCES full report seminar ideas 2 782 Today 10:00 AM
Last Post: study tips
  Secured Data Transmission using Cryptographic and Steganographic Techniques Report study tips 0 27 18-05-2013 11:34 AM
Last Post: study tips
  Further Data Structures pdf study tips 0 19 17-05-2013 02:16 PM
Last Post: study tips
  Cooperative Provable Data Possession for Integrity Verification in Multi-Cloud study tips 0 37 16-05-2013 03:47 PM
Last Post: study tips
  Creating, Compiling and Running Your Program study tips 0 19 16-05-2013 03:26 PM
Last Post: study tips
  3 phase Induction motor speed control by v/f method PPT study tips 0 49 16-05-2013 03:26 PM
Last Post: study tips
  mutisensor data fusion in distributed sensor network using mobile agents viswanatnb 0 50 16-05-2013 01:41 PM
Last Post: viswanatnb
  DATA HIDING IN AUDIO SIGNAL ABSTRACT study tips 0 33 15-05-2013 04:43 PM
Last Post: study tips
Thumbs Down cloud data protection for the masses documentation Guest 3 301 14-05-2013 02:50 PM
Last Post: study tips
This Page May Contain What is Program to implement the data link layer framing method character stuffing And Latest Information/News About Program to implement the data link layer framing method character stuffing,If Not ...Use Search to get more info about Program to implement the data link layer framing method character stuffing Or Ask Here

Options: