Q:

We can use these facilities to guard against multiple inclusion as follows

0

We can use these facilities to guard against multiple inclusion as follows.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#ifndef SALES_DATA_H
#define SALES_DATA_H
#include <string>
struct Sales_data {
std::string bookNo;
unsigned units_sold = 0;
double revenue = 0.0;
};
#endif

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now