Drop Database using PHP Script
Drop Database using PHP Script Syntax mysqli_query ( sal , Connection ); Parameter Description sql Required – SQL query to create or delete a MySql database Connection Optional – if …
Drop Database using PHP Script Syntax mysqli_query ( sal , Connection ); Parameter Description sql Required – SQL query to create or delete a MySql database Connection Optional – if …
Write a Program to add, subtract, multiply and divide complex numbers #include <stdio.h> #include <conio.h> main() { int x, y, a, b, ar, ai, sr, si, mr, mi, dr, di, …
Write a program Input a three-digit number. Find the sum of the digits and reverse the number. Step 01: Start. Step 02: SUM := 0, REV :-0. Step 03: Read: …
#Shell Script to calculate sum and average of three numbers Shell Script 2.3(b): echo “Enter three numbers” read nl, n2, n3 sum=`expr $n1 + $n2 + $n3` avgl=`expr $sum …
Sequence is an implicit Construct of all programming languages. Therefore, we can straightaway start solving problems. Algorithm 2.1: Step 1: Start. Step 2: ADD := 0, SUB := 0, MUL …