Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I don't quite understand what to do for this step. Could you please clarify what this step means? My work is below: .c file .h
I don't quite understand what to do for this step. Could you please clarify what this step means? My work is below:
.c file
.h file
Testing and development You'll need to create a main() function as you develop and test this. In your main(), put in calls to your two functions with various inputs to test that your functions are working correctly. But when you're ready to submit, first strip out your main() function. #include "warmup.ajvervil.h", int n1, n2; int gcd, lcm; Jint main() { printf("Enter two integers: "); scanf("%d%d", &n1, &n2); int outcome = calculate(n1, n2, &gcd, &lcm); if (outcome == -1) { printf("The value of god and lcd is not changed"); if (outcome == 0) { printf("The god is %d and the lcm is %d", god, lcm); return 0; int calculate(int ni, int n2, int *gcd, int *lcm) if (n1n2) x=n1; y=n2; else x=n2; y=n1; T int remainder=x%y; // solving for god while (remainder!=0) { X = y; y = remainder; remainder = x%y; = remainderpsy *gcd = y; // solving for lcm *lcm = (n1*n2) / *gcd; return 0; typedef struct { char name [32]; int id; } StudentData; int createRecord (int id, char *name, StudentData **record) if (strlen( nameid = id; strcpy((*record) ->name, name); return 0Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started