Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 8 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
C PROGRAM ONLY! Write code to complete PrintFactorial()\'s recursive case. Sampl
C PROGRAM ONLY! Write code to complete PrintFactorial()'s recursive case. Sample output if userVal is 5: #include void PrintFactorial(int factCounter, int factValue){ int nextCoun…
C PROGRAM ONLY: Suppose that you are using getchar() and putchar() to write a C
C PROGRAM ONLY: Suppose that you are using getchar() and putchar() to write a C program that copies from an input file to an output file, one character at a time. Should you copy …
C PROGRAM ONLY: Write a program that determines if a user entered integer is a p
C PROGRAM ONLY: Write a program that determines if a user entered integer is a prime number. A prime number is an integer greater than 1 that can be divided evenly only by 1 or it…
C PROGRAM PLEASE Write a C program containing a linked list of ten integer numbe
C PROGRAM PLEASE Write a C program containing a linked list of ten integer numbers. Have the program display the numbers in the list.
C PROGRAM PLEASE Write a program which declares a string and sets it to contain
C PROGRAM PLEASE Write a program which declares a string and sets it to contain the phrase “Little butterflies listlessly fly among the lilies”. The string is first written to an …
C PROGRAM PLEASE!! Write two functions, first and last described as follows; • t
C PROGRAM PLEASE!! Write two functions, first and last described as follows; • the function first takes a string s and a character c as arguments and returns a pointer to (i.e. th…
C PROGRAM The text files are within a folder called Term. Each text file is name
C PROGRAM The text files are within a folder called Term. Each text file is named drugID.txt (ex. 0001.txt, 0002.txt, 0003.txt). Contents of 0001.txt: D V C F A E t 50   25   0.86…
C PROGRAM Write a function called concat which takes two strings as input, s1 an
C PROGRAM Write a function called concat which takes two strings as input, s1 and s2 and returns a new string, s3, in which the second string is concatenated (added to) on to the …
C PROGRAM Write a program, changename.c, which takes a filename as input and pro
C PROGRAM Write a program, changename.c, which takes a filename as input and produces a filename with a different extension as output. Most filenames consist of two parts, the bas…
C PROGRAM You are to write a C program that will load a 2D array with values. Yo
C PROGRAM You are to write a C program that will load a 2D array with values. You can assume that the array has 4 columns. Each column will represent an exam score for a student. …
C PROGRAM. Multi-Jolly Jumper A sequence of n>0 integers is called a jolly jumpe
C PROGRAM. Multi-Jolly Jumper A sequence of n>0 integers is called a jolly jumper if the absolute values of the dierences between successive elements are in ascending or descen…
C PROGRAM. When the user inputs a iteration, the program produces a pentagon sha
C PROGRAM. When the user inputs a iteration, the program produces a pentagon shape using dots. THE PENTAGON Using C-language, have the variable num which will be a positive intege…
C PROGRAM... You are a new programmer for Disney and are helping out for their P
C PROGRAM... You are a new programmer for Disney and are helping out for their Pass System at the Magic Kingdom. Currently, there is a test system in place to give out fast passes…
C PROGRAM: 1. Create three of your own structures definitions. 2. Identify eithe
C PROGRAM: 1. Create three of your own structures definitions. 2. Identify either one similarity or one difference between an array and a structure. 3. Looking at the partial prog…
C PROGRAM: 1. Write code to open a file called adata.out, and write the contents
C PROGRAM: 1. Write code to open a file called adata.out, and write the contents of the following array out to it in binary form (with no data conversion). int a[5]; 2. What would…
C PROGRAMING LANGUAGE. I tried to answer a few. Please help. Question 1 Answer s
C PROGRAMING LANGUAGE. I tried to answer a few. Please help. Question 1 Answer saved Marked out of 1.00 P Flag question Pointers cannot be used to Select one o a. find the address…
C PROGRAMMING 1.Write a program which: Prints out all of the required informatio
C PROGRAMMING 1.Write a program which: Prints out all of the required information for all assignments (see style sheet in D2L) ) 2.Has a function randomInt that takes two integer …
C PROGRAMMING A baseball player\'s batting average is calculated as the number o
C PROGRAMMING A baseball player's batting average is calculated as the number of hits divided by the official number of at-bats. In calculating official at-bats, walks, sacrifices…
C PROGRAMMING AND UNIX COMPILIER: Project Description: In this project, you will
C PROGRAMMING AND UNIX COMPILIER: Project Description:             In this project, you will design and implement a program to perform any of the following commands on strings. Th…
C PROGRAMMING ASSIGNMENT I am going to provide a Driver, which was provided and
C PROGRAMMING ASSIGNMENT I am going to provide a Driver, which was provided and does not need to be revised, and MyAssignment ( which I am having trouble on and needs to be revise…
C PROGRAMMING All programs must be written in ANSI C, compiled with the followin
C PROGRAMMING All programs must be written in ANSI C, compiled with the following options: -O3 -Wall -Wextra -std=c99, and display no errors or warnings. Do not submit any executa…
C PROGRAMMING Below is the prompt for my homework. I\'m confused on the setup bu
C PROGRAMMING Below is the prompt for my homework. I'm confused on the setup but mostly if we need to add interest to the first month and if a loop is required. I had monthlyRate …
C PROGRAMMING C PROGRAMMING 2 of 4 Laboratory Exercises 1. Practice with functio
C PROGRAMMING C PROGRAMMING 2 of 4 Laboratory Exercises 1. Practice with functions that do not pass any arguments 1.1 Write a program named "my initials.c' at prints your first an…
C PROGRAMMING CODE STRICTLY DO NOT USE STRINGS/POINTERS ALLOWED TO USE: User Def
C PROGRAMMING CODE STRICTLY DO NOT USE STRINGS/POINTERS ALLOWED TO USE: User Defined functions, Arrays, Selection, logical statements, loops, relational operators etc. I need the …
C PROGRAMMING Can someone help me compile my code? the goal is the get informati
C PROGRAMMING Can someone help me compile my code? the goal is the get information from two text files called: rental.txt (which is filled as information for the rental function i…
C PROGRAMMING Count the number of steps needed to reach 1 for a positive integer
C PROGRAMMING Count the number of steps needed to reach 1 for a positive integer n that     uses the following rule: if n is odd, replace it with 3n + 1 and if n is     even, repl…
C PROGRAMMING Create a program that is asking the user for an input that\'s noun
C PROGRAMMING Create a program that is asking the user for an input that's noun and than prints out its plural form. The following rules below will be used for making nouns plural…
C PROGRAMMING Create a program that takes 2 arguments from the terminal. The fir
C PROGRAMMING Create a program that takes 2 arguments from the terminal. The first argument is an infile (which will be a .txt wordlist) and the second argument is an outfile. Pro…
C PROGRAMMING Develope a C program using the EWARM simulator that implements and
C PROGRAMMING Develope a C program using the EWARM simulator that implements and tests 3 utility functions for processing arrays. Start with the following program skeleton: # incl…
C PROGRAMMING GAME UNO: (Not C++, Java, Python, etc.) Hi all! I\'m having troubl
C PROGRAMMING GAME UNO: (Not C++, Java, Python, etc.) Hi all! I'm having trouble starting this C-Programming prompt. I'm not asking for actual code. Pseudocode would be much appre…
C PROGRAMMING Hi, my question is if I need to create two different functions to
C PROGRAMMING Hi, my question is if I need to create two different functions to read input for board and then input for drawing commands, and how would they be called on so they c…
C PROGRAMMING INCLUDE MAIN FOR TESTING ERROR & WARNING & BUG FREE WILL GIVE RATI
C PROGRAMMING INCLUDE MAIN FOR TESTING ERROR & WARNING & BUG FREE WILL GIVE RATING Your makefile should compile tictactoe.c into tictactoe.o with the –ansi –Wall –pedantic…
C PROGRAMMING INCLUDE MAIN FOR TESTING error and warning free code WILL GIVE RAT
C PROGRAMMING INCLUDE MAIN FOR TESTING error and warning free code WILL GIVE RATING a) program 2 b) program 3: this is a snapshot of program 1: Write a second program that writes …
C PROGRAMMING In this project, you are to develop a simple console app to manage
C PROGRAMMING In this project, you are to develop a simple console app to manage a list of things to do; it is similar to the Todo web app at: http://todomvc.com.That is, the Todo…
C PROGRAMMING Introduction File formats for this part of the project are the sam
C PROGRAMMING Introduction File formats for this part of the project are the same as in the first. The CSV file with movie metadata will remain the same. The sorting algorithm wil…
C PROGRAMMING LANGUAGE The program will require the following structure: struct
C PROGRAMMING LANGUAGE The program will require the following structure: struct _data {                                     char *name;    long number; }; The program will require…
C PROGRAMMING LANGUAGE Write a program to converts temperatures between Fahrenhe
C PROGRAMMING LANGUAGE Write a program to converts temperatures between Fahrenheit and Celsius. Your program should print a brief message describing what it does, and then prompt …
C PROGRAMMING NOT C++ Write the following functions, consistent with the prototy
C PROGRAMMING NOT C++ Write the following functions, consistent with the prototypes shown: 1. int strlen (char s) Given a string, return the number of characters in the string, NO…
C PROGRAMMING ONLY PLEASE To recover scanner.c and scanner.h: wget troll.cs.ua.e
C PROGRAMMING ONLY PLEASE To recover scanner.c and scanner.h:   wget troll.cs.ua.edu/ACP-C/scanner.c wget troll.cs.ua.edu/ACP-C/scanner.h Project Overviewi Now that you are in col…
C PROGRAMMING ONLY: This program has to be unique and original, not plagarized.
C PROGRAMMING ONLY: This program has to be unique and original, not plagarized. This should be made using only selection, assignments, variables, iteration, and arrays. Nothing mo…
C PROGRAMMING Problem: A simple cat-like program which opens a file whose name i
C PROGRAMMING Problem: A simple cat-like program which opens a file whose name is on the command-line, and copies its contents to stdout. Code: #include <stdio.h> int main(i…
C PROGRAMMING QUESTION In the code below, I am having trouble with my tokenize f
C PROGRAMMING QUESTION In the code below, I am having trouble with my tokenize function. I need to return 2 if the input is exactly one string which is "pop" , return 1 if there i…
C PROGRAMMING QUESTION Problem 3. Justified Write a function called justityLeft0
C PROGRAMMING QUESTION Problem 3. Justified Write a function called justityLeft0 that justifies a string left and a function called justityRight0 that justifies a string right. Th…
C PROGRAMMING QUESTION! This program works, (it is supposed to return a reversed
C PROGRAMMING QUESTION! This program works, (it is supposed to return a reversed string) but my assignment is to have the string print in main() how can I edit the code to do this…
C PROGRAMMING QUESTION! This program works, (it is supposed to return a reversed
C PROGRAMMING QUESTION! This program works, (it is supposed to return a reversed string) but my assignment is to have the string print in main() how can I edit the code to do this…
C PROGRAMMING QUESTION, please answer with code example In the code below, I am
C PROGRAMMING QUESTION, please answer with code example In the code below, I am having trouble with my tokenize function. I need to return 2 if the input is exactly one string whi…
C PROGRAMMING Question 1 Assume the following structure definition: struct inven
C PROGRAMMING Question 1 Assume the following structure definition: struct inventory {     char      part_name[30];     int         part_number;     float      price; }; Which of …
C PROGRAMMING Write a modular program that creates a linked list of client nodes
C PROGRAMMING Write a modular program that creates a linked list of client nodes that is in ascending order by the account numbers of the clients and prints a table containing the…
C PROGRAMMING Write the code for client and server. The client will send server
C PROGRAMMING Write the code for client and server. The client will send server 3 integers and its private FIFO name. The server adds the integers that it gets from all three clie…
C PROGRAMMING Your program needs to store the sales price of cars purchased. You
C PROGRAMMING Your program needs to store the sales price of cars purchased. You are to store the sales price NOT THE LIST PRICE. Your program needs to allow a user to store up to…