k I'll sort my questions then ...
No, actually I don't have any at the moment... at the moment... but the next moment - who knows?
#include "stdio.h"
struct
{
int x,y,z;
}bee;
int main()
{
printf("Enter x value : ");
scanf("%i",&bee.x);
printf("\nEnter y value : ");
scanf("%i",&bee.y);
bee.z=bee.x+bee.y;
printf("\nx + y : %i",&bee.z);
getch();
}
Users browsing this forum: No registered users and 1 guest