SYBCom(CA) DS Practical Slip 17 Q.A
Write a C program to reverse each word of the string by using static and dynamic Implementation of stack. Example: […]
Write a C program to reverse each word of the string by using static and dynamic Implementation of stack. Example: […]
Write a C program to implement Static implementation of stack of integers with following operation: -Initialize (), push(), pop(), isempty(),
Write a C program accept the polynomial and display it in format e.g. 6x^4+2x^2+5x^1+3
Write a ‘C’ program to sort elements of a singly linked list in ascending order and display the sorted List.
Write a C program to display Indegree and outdgree degree of each vertex.
Write a C program to implement a singly linked list with Create and Display operation.
Write a C program to accept and sort n elements in ascending order by using merge sort.
Write a C program to display the total degree of each vertex.