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
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.
write a program which counts a product of array elements lower than 10.
who will call your main function in c under linux?
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=?
Where are the auto variables stored?
What are file streams?
Can variables be declared anywhere in c?
Why is event driven programming or procedural programming, better within specific scenario?
What is assert and when would I use it?
What is Dynamic Initialization.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above