List out few of the applications that make use of Multilinked Structures?
Answer Posted / rohit sah
Sparse matrix, Index generation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are header files and what are its uses in C programming?
Write a Program to accept different goods with the number, price and date of purchase and display them
How can I pad a string to a known length?
What is the meaning of 2d in c?
What is the scope of static variable in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Why we use int main and void main?
What is the heap in c?
What math functions are available for integers? For floating point?
Explain what are preprocessor directives?
Do you know the use of 'auto' keyword?
What is nested structure with example?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is the difference between fread and fwrite function?
Can 'this' pointer by used in the constructor?