passing array of structure as a function parameter

前端 未结 0 1817
后悔当初
后悔当初 2020-12-12 04:19
typedef struct What_if
{
    char   price                 [2];
} what_if ;

what_if  what_if_var[100];

int format_input_records();

int process_input_records(what_i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题