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 this infamous null pointer, anyway?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What is pass by value in c?

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Explain about the constants which help in debugging?

0 Answers  


Are global variables static in c?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


What are the types of bitwise operator?

0 Answers  


Categories