-
Linear Differential Equation
Confused Student April 19, 2022 0
1. (1+x)dy/dx -xy = 1-x YouTube Video Link 2. dy/dx-ytanx= -y^2secx 3. dy/dx +xy =xy^-1 4. dy/dx +1/x =e^y/x^2 5. xy...
READ MORELinear Differential EquationConfused Student April 19, 2022
-
Table With Link
Confused Student April 13, 2022 0
YouTube Video Link 1. Link Inside Table <!DOCTYPE html > <html> <head></head> <title> Table </titl...
READ MORETable With LinkConfused Student April 13, 2022
-
Form Inside Table
Confused Student April 13, 2022 0
YouTube Video Link <!DOCTYPE html > <html> <head></head> <title> Form </title> <b...
READ MOREForm Inside TableConfused Student April 13, 2022
-
L'Hospital Rule
Confused Student April 12, 2022 0
L'Hospital Rule: 1. lim x→0 (sinx/x)^1/x YouTube Video Link: 2. lim x→0 (sinx/x)^1/x2 YouTube Video Link 3. lim x→0 (tanx/x)^...
READ MOREL'Hospital RuleConfused Student April 12, 2022
-
Structure Program in C
Confused Student April 11, 2022 0
1. Program to create a structure named World having members name,address,city,street,telephone,age as members.Input the record for one per...
READ MOREStructure Program in CConfused Student April 11, 2022
-
Function and Pointer in Array in C
Confused Student April 11, 2022 0
1. Program to input n element to an array and display them using function and pointer. #include<stdio.h> #include<conio.h> ...
READ MOREFunction and Pointer in Array in CConfused Student April 11, 2022