[Solved]Write Fully Executable Program Including Preprocessor Directives Main Function Define Stru Q37265439
Write a fully executable program (including preprocessordirectives and main function)
Define a structure called order_t with the fields item, price,quantity.
In the main function declare a variable MyOrder of type order_tand initialize its fields as follows: item to “book”, price to7.99, and quantity to 2.
Expert Answer
Answer to Write a fully executable program (including preprocessor directives and main function) Define a structure called order_t… . . .
OR

