AMU 2025 — Computer PYQ
AMU | Computer | 2025What Is output for the program given below:
#include<stdio.h>
Void main()
{
int i=7;
for (; i<12; i++);
printf (“%d”, i);
}

What Is output for the program given below:
#include<stdio.h>
Void main()
{
int i=7;
for (; i<12; i++);
printf (“%d”, i);
}