Write a C program to accept a matrix of any size. Find the
frequency count of each element in the matrix and positions
in which they appear in the matrix


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is develop in c language

2 Answers  


How do you determine a file’s attributes?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  






int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 Answers  


What’s the special use of UNIONS?

0 Answers   ADP,


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


What is #pragma statements?

0 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


What is the argument of a function in c?

0 Answers  


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


Categories