Which, if any, of the following static data member declarations and definitions are errors? Explain why.
// example.hclass Example {public: static double rate = 6.5; static const int vecSize = 20; static vectorvec(vecSize);};// example.C#include "example.h"double Example::rate;vector Example::vec;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.