PHP Practical Slip 4 Q.A
Write a PHP Script which will perform the Addition, Subtraction, Multiplication,and Division of two numbers as per the choice. (Use […]
Write a PHP Script which will perform the Addition, Subtraction, Multiplication,and Division of two numbers as per the choice. (Use […]
Write a C program to accept n elements from user store it in an array. Accept avalue from the user
Write a program to reverse the elements of a queue (Use Static implementation ofQueue)
Write a ‘C’ program to accept n elements store those elements in array and findand replace a given number.
Write a PHP Script to check whether a year is a leap or not.
Write a PHP Script to display the total and percentage of Marks of Subjects (Out of 100) Data Structure, Digital
Write a PHP Script to display the surface area and volume of a cuboid. (Hint: surface area=2(lb+lh+bh ), volume =
Write a C Program to implement the following functions on Binary Search Tree-To count leaf nodes.-To count total number of
Write a PHP Script which will convert temperatures from Celsius(C) to Fahrenheit (F). (Hint: C=5.0/9(F-32).