Question #213649

Hari, Priya, Poorna and Chandra goes for shopping and purchases 5 items each. The cost of each person is stored in the array. Hari want to create a separate array for each members. Help Hari to create separate array, one for Hari, one for Priya, one for Poorna and one for Chandra.


Expert's answer

#include <stdio.h>


int main() {
    int Hari_cost[5] = {1002001509967};
    int Priya_cost[5] = { 99129231589};
    int Poorna_cost[5] = {39491002950};
    int Chandra_cost[5] = {3344273899};


    return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS