logo

Crowdly

Browser

Add to Chrome

#include <iostream> using namespace std ; struct point { int x , y ; }a{...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

#include <iostream>

using namespace std ;

struct point {

int x , y ;

}a{1,2};

int main ( )

{

cout<<a.x;

return 0 ;

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.old.gi.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome