Output Following Https Ibbco 4vbnhhy Define Crtsecurenowarnings Used Scanf Work Include Us Q37188065

The output should be the following: https://ibb.co/4VBNhhy

#define _CRT_SECURE_NO_WARNINGS // used to all scanf to work

#include <stdio.h> // used for printf and scanffunctions

#define COLOR_SIZE 50

#define PLANT_ARRAY_SIZE 3

// struct definition called Plant goes here

// The first member variable is an integer called plantID whichrepresents the ID of the plant.

// The second member variable is an double called price whichrepresents the price of the plant.

// The third member variable is a character array called colorwhich will be the size of COLOR_SIZE

// which is already defined above. The color character arrayrepresents the perdominent color of the plant.

// function prototypes go here

int main()

{

    

    // create an

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.