Feeds
提问
compare array and update the array
Student={ 'A';'B';'C'}; marks={100;100;100}; exam name={'D';'A';'C';'B'}; new marks={12;34;23;45}; i want to compare th...
7 years 前 | 1 个回答 | 0
1
个回答提问
access an array from a field inside a structure?
how to access an array in a field in a structure? university.student.grades the grades is a field that has an array that i w...
7 years 前 | 0 个回答 | 0
0
个回答提问
comparing and updating fields in a structure
i have this part of code where i want to do a comparison for a loop of (i) to compare the name SSID then if it is write it have ...
7 years 前 | 1 个回答 | 0
