// Pantea Aria // functions // Define a struct called product that contains: // am int id // a double price // Write a program that: Creates a product variable in main with some values //Passes the product to a function //The function prints the product id and price #include int main(void) {