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 23 / 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 problem using NASM assembly. Assignment: Write the following C code. i
C program problem using NASM assembly. Assignment: Write the following C code. in NASM assembly, then compile and execute the code. main() {int X, Y; X = 2; Y = 10; if (X > Y) …
C program problem, can someone help me please? We will implement a word search g
C program problem, can someone help me please? We will implement a word search game for this problem. The file DataFile.txt contains a word search puzzle that is size 201 x 100 (2…
C program question Write a program that prompts the user for any year higher or
C program question Write a program that prompts the user for any year higher or equal to 1900 and prints its monthly calendar. The calendar runs through the entire year displaying…
C program question: must consist of at least 2 .c files and 1 .h file. Write a p
C program question: must consist of at least 2 .c files and 1 .h file. Write a program to implement the game connect-n. Connect-n is like Connect-4 except instead of having the bo…
C program that creates an identity matrix. write a C program that fills creates
C program that creates an identity matrix. write a C program that fills creates an identity matrix. (An identity matrix is a square matrix that has all l's on the diagonal.) l. Ex…
C program to converting one digit from numeric to string . In the following C pr
C program to converting one digit from numeric to string . In the following C program there is a function calle digital_itob which takes two numeric arguments.The first number is …
C program to debounce an input pin Because many microcontrollers operate in nois
C program to debounce an input pin Because many microcontrollers operate in noisy environments, the first detection of a signal-transition cannot always be trusted (i.e., it might…
C program to do the number of calories burned per hour by bicycling, jogging and
C program to do the number of calories burned per hour by bicycling, jogging and swimming is 200, 475, and 275 respectively. A person loses 1 pound of weight for each 3500 calorie…
C program to mergesort 1. Design, code, and test a C program to mergesort a set
C program to mergesort 1. Design, code, and test a C program to mergesort a set of intervals of positive rational numbers. The first line of the input will be , the number of inte…
C program using Linux/Unix environment: A gym would like to maintain an ordered
C program using Linux/Unix environment: A gym would like to maintain an ordered list of the dumbbells for its group fitness classes. Each dumbbell was stored with the weight (# of…
C program without changing the functionality modify the following program using
C program without changing the functionality modify the following program using 1.For loop to do-while loop 2.For loop to while loop #include <stdio.h> int main(void) {     …
C program! Everyone knows that Belle, from Beauty and the Beast, is rather pecul
C program! Everyone knows that Belle, from Beauty and the Beast, is rather peculiar; she has her head in books and she falls in love with a beast. What most people don't know is t…
C program! Write a program triangles.c that reads in the lengths of the three si
C program! Write a program triangles.c that reads in the lengths of the three sides of a triangle. First, verify that the lengths do form a triangle: adding any two sides should y…
C program, Assign negativeCntr with the number of negative values in the linked
C program, Assign negativeCntr with the number of negative values in the linked list, including the list head. #include <stdio.h> #include <stdlib.h> typedef struct In…
C program, Modify the existing vector\'s contents, by erasing 200, then insertin
C program, Modify the existing vector's contents, by erasing 200, then inserting 100 and 102 in the shown locations. Use Vector ADT's erase() and insert() only. Sample output of b…
C program, assign Barbecue\'s caloriesPerSlice with the value in Four Cheese\'s
C program, assign Barbecue's caloriesPerSlice with the value in Four Cheese's caloriesPerSlice. #include #include typedef struct PizzaInfo_struct { char pizzaName[30]; int calorie…
C program, called logic abc.c, that prompts the user to enter three integers a,
C program, called logic abc.c, that prompts the user to enter three integers a, b, c, and then computes the results of the following logical operations, in sequence: !a || !b++ &a…
C program, it has to be place in a menu , export to a text file, and binary file
C program, it has to be place in a menu , export to a text file, and binary file if it exist thank you You are to write a C program that will load a 2D array with values. You can …
C program- Please Help! Once upon a time, there was a child who couldnt sleep, s
C program- Please Help! Once upon a time, there was a child who couldnt sleep, so the child's mother told her a story about a mouse who couldnt sleep, so the mouse's mother told h…
C program-Palindromes (netbean IDE 8.1) Hi, I\'m trying to code a Palindrome pro
C program-Palindromes (netbean IDE 8.1) Hi, I'm trying to code a Palindrome problem with some specifications. I'm a beginner and I don't know how to use the function/pointers for …
C program. Hi I am writing a program to take in this list and be able to use the
C program. Hi I am writing a program to take in this list and be able to use the two functions below to modify this list by changing or deleting cars. Please do not use gets() sin…
C program. Problem 1 – miniature ELF-compliant ‘Hello, world!’ Purpose: to explo
C program. Problem 1 – miniature ELF-compliant ‘Hello, world!’ Purpose: to explore the low-level details of C library, tool chain, and program loading interface by trying to reduc…
C program. Write a program binning. c that asks the user for a range of integers
C program. Write a program binning. c that asks the user for a range of integers of interest, a number of bins, and a set of integer data. The program then partitions the range in…
C program. indentations and relevant comments should be included . Q2: (Random S
C program. indentations and relevant comments should be included . Q2: (Random Sentences) (25 points) Write a program that uses random number generation to create sentences. The p…
C program: (1) Create three files to submit: ItemToPurchase.h - Struct definitio
C program: (1) Create three files to submit: ItemToPurchase.h - Struct definition and related function declarations ItemToPurchase.c - Related function definitions main.c - main()…
C program: (1) Prompt the user to enter a string of their choosing. Output the s
C program: (1) Prompt the user to enter a string of their choosing. Output the string. (1 pt) Ex: (2) Complete the GetNumOfCharacters() function, which returns the number of chara…
C program: (1) Prompt the user to input an integer, a double, a character, and a
C program: (1) Prompt the user to input an integer, a double, a character, and a string, storing each into separate variables. Then, output those four values on a single line sepa…
C program: 12.21 Ch 9 Warm up: Parsing strings (C) (1) Prompt the user for a str
C program: 12.21 Ch 9 Warm up: Parsing strings (C) (1) Prompt the user for a string that contains two strings separated by a comma. (1 pt) Examples of strings that can be accepted…
C program: Modify the following function to have two dice rather than one. Write
C program: Modify the following function to have two dice rather than one. Write a rollDice function and also a function called maximum to find the max value in an array. Call the…
C program: Objective: To check a Hamming code for a single-bit error, and to rep
C program: Objective: To check a Hamming code for a single-bit error, and to report and correct the error (if any). Inputs: The maximum length of a Hamming code  The parity of the…
C program: Partial program needed to be completed in c programming language. //
C program: Partial program needed to be completed in c programming language. // spiral of integers 0, 1, 2 // command line interface with user char *comline,*number,*xchars,*ychar…
C program: Please help me in my question ---------------------------------------
C program: Please help me in my question ----------------------------------------------------------------------------------------------------------- 2)as we noticed, in this code …
C program: This program will output a right triangle based on user specified hei
C program: This program will output a right triangle based on user specified height triangleHeight and symbol triangleChar. (1) The given program outputs a fixed-height triangle u…
C program: Write a single program with user-defined function(s) and random numbe
C program: Write a single program with user-defined function(s) and random numbers that asks the user to guess a number in the range of 10 to 100. The program helps the user find …
C program: please help to implement a program that sorts data in a record by a k
C program: please help to implement a program that sorts data in a record by a key. The data i have to sort is a 200x7 matrix. Each row is composed of 7 columns whose elements are…
C programing General Preprocessing items: Use mnemonic variables of 3 characters
C programing General Preprocessing items: Use mnemonic variables of 3 characters or more. Use void main (void) or void main ( ) in your program and leave off the return 0. Use dou…
C programing Q1: Write a function called roundNum that rounds a floating point n
C programing Q1: Write a function called roundNum that rounds a floating point number to the nearest integer. For example for the following inputs, we should get the corresponding…
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BE
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BELOW IT HIGHLIGHTED FUNCTIONS ARE TO BE MODIFIED THERE ARE 4 EXPLINATIONS FOR EACH FUNCTION IS IN TH…
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BE
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BELOW IT HIGHLIGHTED FUNCTIONS ARE TO BE MODIFIED THERE ARE 4 EXPLINATIONS FOR EACH FUNCTION IS IN TH…
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BE
C programing Symbol Table symbol.c IMPLEMENT CODE IN THIS FILE HEADER FILE IS BELOW IT NO PRINTF !!! HIGHLIGHTED FUNCTIONS ARE TO BE MODIFIED THERE ARE 4 EXPLINATIONS FOR EACH FUN…
C programing Write a complete (with all necessary declaration) function called l
C programing Write a complete (with all necessary declaration) function called loadMySongsList that: b. requires an argument as a char pointer to the file name. c. The function mu…
C programing array problem Arrays keysList and itemsList are already-defined int
C programing array problem Arrays keysList and itemsList are already-defined int types and initialized. Each is of size SIZE_LIST, already defined as int and initialized. For any …
C programing array problem Arrays keysList and itemsList are already-defined int
C programing array problem Arrays keysList and itemsList are already-defined int types and initialized. Each is of size SIZE_LIST, already defined as int and initialized. For any …
C programing check this link to understand the game . www.yahtzeeonline.org. the
C programing check this link to understand the game . www.yahtzeeonline.org. the game is text based however. I. Learner Objectives At the conclusion of this programming assignment…
C programing create a code to make a remote control using the HCS 12 board by do
C programing create a code to make a remote control using the HCS 12 board by doing the following: when you press a number in the keypad, the Chanel number will show in the LCD. U…
C programing create a code to make a remote control using the HCS 12 dragon boar
C programing create a code to make a remote control using the HCS 12 dragon board and codewarrior by doing the following: 1- when you press a number in the keypad, the Chanel numb…
C programing extract sign function for IEEE floating point value #ifdef HALF typ
C programing extract sign function for IEEE floating point value #ifdef HALF typedef short iFloat_t; #define BITS 16 #define BITS_EXP 5 #define BITS_MANT 10 #define EXP_BIAS 15 #e…
C programing for beginner I am fairly new in computer programming. My professor
C programing for beginner I am fairly new in computer programming. My professor handed us the following code and it prints 1, 5, 4, 15 int func1(int x, int y, int *z); int main() …
C programing language: Consider the following declarations of a function that re
C programing language: Consider the following declarations of a function that receives an array of integers and finds the element with the maximum value: (i) findMax(int *vals, in…
C programing only Use this user-defined structure typedef struct indy_winners_s
C programing only Use this user-defined structure typedef struct indy_winners_s { char driver[50]; int year; int cha_number; int speed; } indy_winners_s; You are given a data file…