Friday 25 January 2019


Bisection Method

Write C program of the equation x = cos x, using the bisection method.


SOURCE CODE:




Bisection Method

Find a root of the equation x3 − 5x + 3=0, using the bisection method and develop the C program for it.


SOURCE CODE:


Tuesday 15 January 2019

KITE FLYING 

In this code i have used graphics header file which helped to move our created objects.



SOURCE CODE:

Saturday 5 January 2019

BLINKING HEART PATTERN.



This Pattern is created with the help of looping concept
this pattern is just a combination of triangle patterns