List out few of the applications that make use of Multilinked Structures?



List out few of the applications that make use of Multilinked Structures?..

Answer / rohit sah

Sparse matrix, Index generation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the syallabus of computer science students in group- 1?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Describe advantages and disadvantages of the various stock sorting algorithms

1 Answers   Microsoft,


How do you override a defined macro?

0 Answers  


What are the storage classes in C?

0 Answers  






Why do we write return 0 in c?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What language is c written?

0 Answers  


How many types of operators are there in c?

0 Answers  


How to declare a variable?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


write a program to display all prime numbers

0 Answers  


Categories