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
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
Why is it that not all header files are declared in every C program?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
totally how much header files r in c language
Can a function argument have default value?
The statement, int(*x[]) () what does in indicate?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
How can you tell whether a program was compiled using c versus c++?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the Purpose of 'extern' keyword in a function declaration?