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
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
Is that possible to store 32768 in an int data type variable?
Which one would you prefer - a macro or a function?
Explain b+ tree?
Difference between goto, long jmp() and setjmp()?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Write a programe print the sum of series 0,1,2,.....10
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
Subtract Two Number Without Using Subtraction Operator
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Output for following program using for loop only * * * * * * * * * * * * * * *