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 are keywords c?
What is the use of ?
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
how to display 2-D array elements in spiral
Write a program which returns the first non repetitive character in the string?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
Difference between linking and loading?
Explain how do you print only part of a string?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
how to generate the length of a string without using len funtion?
What is use of #include in c?
What is the difference between strcpy() and memcpy() function in c programming?