What is the output of the below program?
void main
{
int d,i,j;
d=;
for(i=1; i<5 ; i++)
for(j=1; j<5; j++)
if(((i+j)%)
d= d+;
d);
getch();
}
Answers
Answered by
0
{
{const int a = 10;
{const int a = 10;printf("%d",++a);
{const int a = 10;printf("%d",++a);return 0;
{const int a = 10;printf("%d",++a);return 0;}
Similar questions