void main()
{
int i,k=1;
here:
if(k>2)
goto out;
there:
for(i=1;i<=5;i++)
printf("%d",i);
k++;
goto there;
out.;
}
Select one:
a. Infinite loop
b. error:undefined label here
c. 12345
d. No output
Answers
Answered by
0
Answer:
Soils vary considerably with terrain. Generally, however, they are acidic and, in mountainous areas, subject to erosion. The major soil types are inceptisols, entisols, and ultisols. River valleys are characterized by rich alluvial soils that are highly suited for agriculture......
Similar questions