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

Post New Answer

More C Interview Questions

In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


What is the difference between malloc() and calloc()?

0 Answers  


What is logical error?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


Why Modern OS are interrupt driven?Give an example

3 Answers  






To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is p in text message?

0 Answers  


code for copying two strings with out strcpy() function.

6 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


What is putchar() function?

0 Answers  


What are the 4 types of unions?

0 Answers  


Categories