main()
{
int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ;
int i, j , k=99 ;
for(i=0;i<3;i++)
for(j=0;j<4;j++)
if(a[i][j] < k) k = a[i][j];
printf("%d", k);
}

Answer Posted / sudeshna

12

Is This Answer Correct ?    8 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 2c dna?

699


What is typedef example?

724


What is the use of header?

734


How to declare pointer variables?

783


Explain how do you sort filenames in a directory?

710






plz let me know how to become a telecom protocol tester. thank you.

1843


How do I swap bytes?

724


Write a program to use switch statement.

770


What is c basic?

715


ATM machine and railway reservation class/object diagram

4897


What is the meaning of c in c language?

697


Do array subscripts always start with zero?

880


how should functions be apportioned among source files?

722


How many types of operator or there in c?

698


What is a memory leak? How to avoid it?

705