10 .Pl/SQL Program for Palindrome Number use dbms; drop procedure palindrome; select * from cse; DELIMITER…
Read more9. PL/SQL Program to Reverse a String use dbms; select * from cse; DELIMITER && CREATE procedur…
Read more7. PL/SQL Program for Fibonacci Series DELIMITER $$ CREATE PROCEDURE fibonacci ( IN `c` INT ) BEGIN declare n …
Read more8. PL/SQL Program to Check Whether Number is Odd or Even use dbms; drop procedure oddeven; select * from cse; …
Read more6. PL/SQL Program for Reverse of a Number | MySQL Procedure use dbms; drop procedure reverse; select * from …
Read moreFlip: Interview Bit Problem Description You are given a binary string A (i.e. with characters 0 and 1 ) consisting o…
Read moreConsumer Producer Problem Code in C++ #include < bits/stdc++.h > #include < mutex > #include < unis…
Read moreMaximum Area of Triangle! Problem Description Given a character matrix of size N x M in the form of a string array A…
Read more2136 . Earliest Possible Day of Full Bloom You have n flower seeds. Every seed must be planted first before it can…
Read moreConnected Components in a Graph Problem Given n, i.e. total number of nodes in an undirected graph numbered from 1 to…
Read moreSubarray Divisibility Given an array of n n integers, your task is to count the number of subarrays where the sum o…
Read more