1.
define data structure explain the classification of data structure with a neat
diagram (2)
[Link] a c function to implement pop, push and display operation for stacks using
arrays(2)
3. differentiate structure and unions(2)
[Link] an alogo to evaluate a postfix expression and apply the same for the given
postfix expression 62/3-4 2*+(2)
[Link] the dynamic memory allocation function in detail(2)
[Link] is sparce matrix give the triplet form of a given matrix and find its
transpose
[0 0 3 0 4]
a=[0 0 5 7 0]
[0 0 0 0 0]
[0 2 6 0 0]
[Link] is data structure list and explain data structure operation
[Link] suitable example discuss self referential structure
[Link] ADT stack
[Link] stack implement the operation of stack using arrays
[Link] is sparce matrix give the triplet form of a given matrix and find its
transpose
[10 0 0 40]
a=[11 0 22 0]
[0 0 0 0]
[20 0 0 50]
[0 15 0 25]
12.