Computer Science, asked by sankutakle90, 2 days ago

Output if the program

Attachments:

Answers

Answered by sahasra43
2

Answer:

Program 1) #include <stdio.h> int main() { int x = 400, y, z; if (x >= 500) y = 400; z = 300; printf("%d %d\n", y, z); return 0; } ...

Program 2) #include <stdio.h> int main() { int p = 800, q, r; if (p >= 700) q = 600; r = 500; printf("%d %d\n", q, r); return 0; } ...

Program 3) ...

Program 4) ...

Program 5) ...

Program 6) ...

Program 7)

Explanation:

plz mark me as brainliest

Similar questions