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
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What are the 4 types of programming language?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is the general form of #line preprocessor?
What is the difference function call by value & function call by reference?
write a program to display all prime numbers
Write a program to add a given duration with time(24hrs format)
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is strcmp in c?
what are two kinds of java
where do we use structure pointer?
Why is #define used?