Computer Science, asked by TRB, 9 months ago

#include <iostream>
using namespace std;
class x
{
Private:
static const int a = 76;
public:
static in getA()
{
return a;
}
};
int main()
{
cout <<x::getA()<<endl;
return 0;
}​

Answers

Answered by Anonymous
2

\tt\it\bf\it\huge\bm{\mathfrak{{\red{hello*mate♡}}}}

\tt\it\bf\huge\it\bm{\mathcal{\fcolorbox{blue}{yellow}{\red{Answer:-}}}}

_______________________________

There is a error in 8th statement it should be int not in

After correction

OUTPUT:-

76

_______________________________

\tt\it\bf\huge\it\bm{\mathcal{\fcolorbox{blue}{yellow}{\red{Be::Brainly !}}}}

Similar questions