1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
How to declare a struct
struct name_data
{
int field 1 ;
string field 2 ;
double field 3;
};
Print procedure

Read function

Find function

Average function

Update procedure

Delete procedure

Main function
