#include <stdio.h>
int main() {
struct point
{
int x;
int y;
}
void display(int.int)
int main()
{
struct point p={2,3}
display(p.x,p.y);
return 0;
}
void display(int u,int b)
{
printf("the coordinates of the point are:%d",a,b)
}
To embed this project on your website, copy the following code and paste it into your website's HTML: