diff --git a/Byte Stuffing b/Byte Stuffing new file mode 100644 index 00000000..47d04118 --- /dev/null +++ b/Byte Stuffing @@ -0,0 +1,47 @@ +#include +using namespace std; + +int main() { + char s[50], data[100]; + int i,j,n,m; + cout<<"Enter Size"<>n; + cout<<"Enter Data"<>s[i]; + + data[0] = 'D'; + data[1] = 'L'; + data[2] = 'E'; + data[3] = 'S'; + data[4] = 'T'; + data[5] = 'X'; j = 6; + m = 6; + + for(int i=0;i