1.What Will be out put
#include<stdio.h>
#include<stdlib.h>

void main()
{
int a=10;
int i,n;
for(i=0;i<a;i++)
printf("%d\n",a);
}

Posted on by