Question

I need help with my C homework. My teacher has developed a server that generates random...

I need help with my C homework.

My teacher has developed a server that generates random characters and numbers. I need to create a program that takes what is generated and put it in standard input form and find the amount of bytes using the sizeof() function. Also, if a random end of file occurs then it should generate a message and how many bytes have come through. Here is an example:I need help with my C homework. My teacher has de or https://gyazo.com/3468f05cf5d50fc62d8f2ac6d988acef

Please help soon! Thank You!

0 0
Add a comment Improve this question Transcribed image text
Answer #1
#include <stdlib.h>
#include <stdio.h>

    int main ()
{

int input;
int sum;
int size;

do
{

size = sizeof(input);
sum =+ size;
input = 0;
} while (scanf("%c", &input)!=EOF);

if (EOF){

printf("Random End of File Has Occured.\n%d Bytes Have Been Received.", sum);

 }

else {
   printf("End of Transmission Completed.\n%d Bytes Have Been Received.", sum);
}
    return 0;
}
Add a comment
Know the answer?
Add Answer to:
I need help with my C homework. My teacher has developed a server that generates random...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Hello I really need help with my probability and statistics homework. Can you explain step by...

    Hello I really need help with my probability and statistics homework. Can you explain step by step how you got the answer. thank you very much Discrete Random Variable random variable X takes on the values according to the following probability chart 4 2c 3c 4c 3c 2c 4 Find C so that this is a probability distribution. CHECK Click here for the solution Find DF(2; X) DF(2, X) CHECK Click here for the solution Find μ CHECK Click here...

  • I need help with my IM (instant messaging) java program, I created the Server, Client, and...

    I need help with my IM (instant messaging) java program, I created the Server, Client, and Message class. I somehow can't get both the server and client to message to each other. I am at a roadblock. Here is the question below. Create an IM (instant messaging) java program so that client and server communicate via serialized objects (e.g. of type Message). Each Message object encapsulates the name of the sender and the response typed by the sender. You may...

  • I need help with my C coding homework. If possible can you please comment to help...

    I need help with my C coding homework. If possible can you please comment to help me understand whats going on in the code. Thanks in advance. Create a C program (3 points): o At the top of the file include the following comments: Your name The purpose (core concept found below) of the program The date created o Create two int variables: Initialize each to different values. o Create three pointers: Point the first two pointers to the first...

  • I need help finishing my C++ coding assignment! My teacher has provided a template but I...

    I need help finishing my C++ coding assignment! My teacher has provided a template but I need help finishing it! Details are provided below and instructions are provided in the //YOU: comments of the template... My teacher has assigned a game that is similar to battleship but it is single player with an optional multiplayer AI... In the single player game you place down a destroyer, sub, battleship, and aircraft carrier onto the grid.... Then you attack the ships you...

  • I need help in Python. This is a two step problem So I have the code...

    I need help in Python. This is a two step problem So I have the code down, but I am missing some requirements that I am stuck on. Also, I need help verifying the problem is correct.:) 7. Random Number File Writer Write a program that writes a series of random numbers to a file. Each random number should be in the range of 1 through 500. The application should let the user specify how many random numbers the file...

  • Hi I need help with my homework I provide with the topic and the material please...

    Hi I need help with my homework I provide with the topic and the material please be clear and put it under each point please be clear make sure no plagiarisms write for each point please give good essay on it, please assignment topic: Improving quality in safety-net hospitals with limited resources Present a summary of the current situation associated with your topic/issue

  • I need some help on this question for my stats homework, any help is appreciated! Thank...

    I need some help on this question for my stats homework, any help is appreciated! Thank you! Question: For 3 and 4, find the sample size needed to give the desired margin of error in estimating a population proportion with the indicated level of confidence. 3. A margin of error within plus or minus 3% with 90% confidence. The sample proportion was 0.3.

  • Hi I need help with my homework I provide with the topic and the material please...

    Hi I need help with my homework I provide with the topic and the material please be clear and put it under each point please be clear make sure no plagiarisms write for each point please give good essay please help me I need it now "Maestro: A Surprising Story About Leading by Listening, by Roger Nierenberg STEP TWO: READ your shiny new (to you) book and absorb the many leadership lessons throughout :) STEP THREE: WRITE a 1-page reflection...

  • Hi I need help with my homework I provide with the topic and the material please...

    Hi I need help with my homework I provide with the topic and the material please be clear and put it under each point please be clear make sure no plagiarisms write for each point please give good essay on it, please please type it not write it to be clear no plagiarisms topic: Improving quality in safety-net hospitals with limited resources Draw a conclusion about the problem and its potential resolution and discuss related areas for further study.

  • Hi I need help with my homework I provide with the topic and the material please...

    Hi I need help with my homework I provide with the topic and the material please be clear and put it under each point please be clear make sure no plagiarisms write for each point please give good essay on it, please assignment topic: Improving quality in safety-net hospitals with limited resources Describe 1 or 2 challenges associated with your topic. Describe 1 or 2 key health care players/stakeholders involved in this problem area.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT