Write a c++ program that declares a structure to store country name and population in millions. It declares two structure variables and inputs values (in main). it passes both variables to a function that shows the record of the country with more population.

Kindly answer asap, cuz the due date of assignment is today.

2 answers

so, what have you done so far? I assume you know how to declare the (main) function, and define a structure... Presumably you have covered these topics, and many code samples can be found online.
Need solved program