0
How to do Pseudocode for this code below
struct Planning{ int day; char PlanName[59]; int month; char Loc[59]; int year; char Org[59]; double Tin; char Desc[59]; double Tout; char Cate [200]; double Price; } plan;
4 Respuestas
+ 5
Pseudo code represents or describes a process flow or algorithm, not a data structure.
0
It is not a data structure