yazigegeda Expert Cheater
Reputation: 0
Joined: 22 Jan 2019 Posts: 183
|
Posted: Sat Jun 13, 2020 6:53 pm Post subject: How to achieve this structure using CEAA? |
|
|
| Code: |
C:
#include <Windows.h>
int main()
{
struct stu{
char *name;
int num;
int age;
char group;
float score;
}
}
CEAA:
STRUCT stu
*name:
num:
age:
group:
score:
ENDSTRUCT
please help me? Point out my mistake
|
|
|