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 true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


write a program which counts a product of array elements lower than 10.

1 Answers  


who will call your main function in c under linux?

2 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,






Where are the auto variables stored?

0 Answers   TISL,


What are file streams?

0 Answers  


Can variables be declared anywhere in c?

0 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


What is assert and when would I use it?

0 Answers  


What is Dynamic Initialization.

3 Answers  


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


Categories