✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
{
public:
static char * country;
static const int version = 5;
static short buid_num = 2223;
static char * name;
static long long date;
};
Program prog;
]]> Які оголошення і звернення до членів класу і об'єкту prog, типу Program в файлі sample.cpp коректні?
(C++)