#include<stdio.h>
void main()
{
  int i=5;
  int n=10;
  if(i=0,n>=10,i++)
  printf("enter the elements","%d");
}