SYBCom(CA) DS Practical Slip 6 Q.A
Write a C program to implement a Circular Singly linked list with Create and Display operation.
Write a C program to implement a Circular Singly linked list with Create and Display operation.
Write a ‘C’ program to accept and sort n elements in ascending order using Selection sort method.
Write a PHP Script to display the reverse of a number. E.g. 607 =>706.
Write a C program to implement a doubly linked list with Create and Displayoperation.
Write a PHP Script to display the grade of the student according to percentage.Use the following conditions:Percentage <40 => Grade=”Fail”Percentage
Write a C program to implement a singly linked list with Create and Display operation
Write a ‘C’ program to accept the names of cities and store them in array. Accept the city name from
Write a PHP Script to display a perfect numbers between 1 to100.
Write C Program to print alternative nodes in linked list using recursion.