create a compound data type called post to store


Create a compound data type called Post to store messages posted on Google+. Post should include:

Name / Data Type / Description
date / char [9] / date fields formatted as 4 digit year, month day
message / char [255] / post text
next / *Post / pointer to next post in list, list is sorted with latest entry at beginning

Request for Solution File

Ask an Expert for Answer!!
Software Engineering: create a compound data type called post to store
Reference No:- TGS0410661

Expected delivery within 24 Hours