Microsoft Windows XP Professional for PC Logo

Related Topics:

Posted on Feb 21, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

I need program source code for vertical redundancy check,longitudinal redundancy check,isochronous communication

  • 1 more comment 
  • Anonymous May 11, 2010

    give me more info

  • Anonymous May 11, 2010

    My sentiments, exactly, ****!

  • Anonymous May 11, 2010

    Pay a computer programmer then. We don't do your homework for you here.

×

4 Answers

Anonymous

Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on Nov 22, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Nov 22, 2009
Answers
1
Questions
0
Helped
2113
Points
5

#include<iostream.h>
#include<conio.h>

void main()
{
char bin[10],c;
clrscr();
cout<<"\n\n\n\nEnter 8 bit binary no.:";
cin>>bin;
cout<<endl;
for(int i=0;i<9;i++)
{
if(bin[i]=='1')
{
c++;

}


}
i++;

if(c%2==0)
{
bin[8]='0';
cout<<"Even";

}
else
{
bin[8]='1';
cout<<"Odd";
}
cout<<bin;
bin[9]='\0';
getch();
}

Anonymous

Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on Aug 04, 2009
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Aug 04, 2009
Answers
1
Questions
0
Helped
2113
Points
3

Sir, i want the source code for vertical redundancy check problem on C/C++ languages

  • Anonymous Dec 12, 2010

    #include
    void main()
    {
    int bitstream[8], i, j, count =0;

    printf("Enter 7 bit bitstream : \n");
    for(i=1;1<8;i )
    {
    scanf("%d",

×

Ad

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

  • Master 10,406 Answers
  • Posted on Jun 08, 2009
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Brigadier General:

An expert that has over 10,000 points.

Joined: Apr 23, 2009
Answers
10406
Questions
1
Helped
2599334
Points
31058

Did you try using any search-engine (BING, GOOGLE, ALTA VISTA) to help you do your homework?

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

  • Contributor 1 Answer
  • Posted on Jan 02, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Joined: Jan 02, 2010
Answers
1
Questions
0
Helped
2113
Points
3

I had the same problem too.. but i dont find your solution working either

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

2,123 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3869 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...