a c code by using memory allocation for add ,multiply of sprase matrixes
No Answer is Posted For this Question
Be the First to Post Answer
What are the properties of union in c?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
write a program to find the frequency of a number
what is the use of ~ in c lang?????
What is the use of define in c?
Is calloc better than malloc?
Differentiate b/w Modify and Update commands giving example.
what is array?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is a stream water?