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 are the three constants used in c?

0 Answers  


Which weighs more, a gram of feathers or a gram of gold?

2 Answers  


How to throw some light on the b tree?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


What are structural members?

0 Answers  






How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Why is c faster?

0 Answers  


what is difference between array of characters and string

18 Answers   Accenture, Nest,


what is answer for perfect number????????????????

1 Answers  


Is linux written in c?

0 Answers  


Categories