I am trying to find out intersection points of two ellipses using C program but unable to do so. I solved using geometry but unable to do using C program.
Example of two ellipses (x^2)/4+y^2=1 , ((x-2)^2)/4+y^2=1
Any suggestion on how to proceed.
How we can add two 64 bit number on 32 bit machine using c/c++ program ?
Result should be stored in new linked list.
Input: 1223 1+3=2*2 that means if sum of 1st and last digit is equal to product of remaining 2 digits then print 1+3=2*2 else error msg.