Ethan O.

asked • 02/19/20

Which of the following C code segments is syntactically correct?

a) puts("How many red mana do you want to tap?");
scanf("%d", &rmana);

b) printf("How many green mana do you want to tap?");
scanf("%i", gmana);

c) scanf("How many blue mana do you want to tap?", &bmana);

d) puts("How many white mana do you want to tap?", wmana);

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.