data structures - How to implement retrieve and update in a C struct -
Suppose we have the following structure in C:
; Four names [50]; Four nickname [50]; Four courses [50]; }; Any person can retrieve (R, C, S) and updates (R, C, S) . -
Retrieve () R a
Comments
Post a Comment