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

how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


Is that possible to store 32768 in an int data type variable?

0 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


Explain b+ tree?

0 Answers  


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


Subtract Two Number Without Using Subtraction Operator

0 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


Categories