Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
SIKSHAPATH Latest Questions
DS Question
Given array of intergers,print the sum of elements sqaring/cubing as per the power of their indices. //answer= sum=sum+a[i]^i; eg:input:{2,3,5} Output:29
DBMS QUESTION- Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
SOLVE: BELOW QUESTION – Create a package named as INFO which contains procedure that is passed a student’s identification number and return student’s full name and phone number from the student table to the calling program and function, pass a ...
Create a package named as INFO which contains procedure that is passed a student’s identification number and return student’s full name and phone number from the student table to the calling program and function, pass a department number to it. ...