output of the code:
#include iostream
using namespace std;
typedef struct book{
int data;
int size;
}sp;

int main()
{
struct book b1;
b1.data = 5;
b1.size =9;
coutb1.datab1.sizeendl;

return 0;
}


Posted on by