Till this time i have learned three numerical technique to find the definite integration. They are Simpson, Trapezoidal and Gauss-legendre formula. The sad thing is that I can't apply these theorem directly of my integration has any integrable singularity within the interval.
Can you give me any special technique so i can use these theorem for that type of integrations?
With an open quadrature method such as Gauss-Legendre you may not need to evaluate the integrand at the point of singularity. However, proceeding this way will most likely result in a severe loss of accuracy,
If you are lucky, you may be able to remove the singularity with a change of variables. For example if $f \in C([0,1])$ and $0 < \alpha < 1/2$ then the improper integral
$$\int_0^1 \frac{f(x)}{x^\alpha} \, dx,$$ can be transformed under the change of variables $t = x^\alpha$ to
$$\frac{1}{\alpha}\int_0^1 f(t^{1/\alpha})t^{(1 - 2\alpha)/\alpha}\, dt,$$
which is a proper integral and can be handled efficiently by the techniques you mentioned.
More generally, an understanding of the asymptotic behavior of the integrand near the singularity is important.