SYBCom(CA) DS Practical Slip 18 Q.A
Write a C program to accept and sort n elements in ascending order by using insertion sort.
Write a C program to accept and sort n elements in ascending order by using insertion sort.
Write a ‘C’ program to accept two polynomials and find the addition of accepted polynomials.
Write a C program to reverse each word of the string by using static and dynamic Implementation of stack. Example:
Write a PHP script to accept employee details (name, address) and earning details(basic, DA, HRA). Display employee details and earning
Write a PHP script to accept font name, background color, and welcome messageon 1st page. Display the welcome message with
Write a PHP program to accept name, address, pincode, gender information. If anyfield is blank display error messages “all fields
Write a PHP Script to create a class Book (Book_id, Book_name, Publication,Author, Book_price). Write a member function to accept and
Write a PHP Script to create a class Student that contains data members asRoll_Number, Stud_Name, and Percentage. Write member functions
Write a PHP script to swap two numbers using a function (Use Call by value andCall by reference).