How to do Pseudocode for this code below | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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;

5th Jan 2022, 12:52 AM
StarryGirl
2 Antworten
+ 5
Pseudo code represents or describes a process flow or algorithm, not a data structure.
5th Jan 2022, 1:06 AM
Ipang
0
It is not a data structure
5th Jan 2022, 1:42 AM
StarryGirl