#include (stdio.h)
#include (conio.h)
main();
{
int x,y,z;
x=5* 3;
z=y=6;
printf("the value of x is % d / n;,x);
printf("the value of y is % d / n;,y);
printf("the value of z is % d / n;,z);
}