Predict the output:

class sookshmas
{
static int k=(10,3);
static int d=(10,3,3);
public:
void call()
{
coutd" "k;
}
};
int main()
{
sookshmas s;
s.call();
return 0;
}

Posted on by