For example:
# include & ltstdio.h & gt
# include & ltstring.h & gt
int? Master ()
{
int? a[5]={0,0,0,0,0},I;
for(I = 0; I<5; i++)
printf("%d?" ,a[I]);
printf(" \ n ");
I = 0;
And (I & lt5){
printf("%d?" ,a[i++]);
}
Return? 0;
}
/* Operation result:
0? 0? 0? 0? 0
0? 0? 0? 0? 0
*/