Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

From the C program segment in Figure 2, find the output if the input is: a. 5, 10, 7,3 b. 100, 20, 100, 55 c.

image text in transcribed
From the C program segment in Figure 2, find the output if the input is: a. 5, 10, 7,3 b. 100, 20, 100, 55 c. 0, 0, 333, 222 1 #include 2 3 struct nod{ int x,y: 5 } 6 8 9 10 2.1 12 13 14 15 int main(void) { int 1,t; struct nod A,B,C,D; scanf("%d, %d, Kd, %d",&A.X, &A.y,&l,&t ); B.X=A.X+1; B.y=A.y! C.X-B.X; C.y=A.y+t; D.X=A.X; D.y-C.y: printf("Nod A: %d %d ", A.x,A.y); printf("Nod B: %d %d ", B.X, B.y); printf("Nod c: %d, %d ", C.X, C.y); printf("Nod D: %d, %d ", D.x, D.y); return; 16 17 18 19 20 21 22

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

2nd Edition

0471180742, 978-0471180746

More Books

Students also viewed these Databases questions

Question

List and describe three intangible assets .

Answered: 1 week ago