Latest what is o/p and how it come Aptitude Question SOLUTION: #include
int BixFunction(int m)
{
m *= m;
return((10)*(m /= m));
}
int main()
{
int c = 9, *d = &c, e;
int &z = e;
e = BixFunction(c-- % 3 ? ++*d :(*d *= *d))
#include
int BixFunction(int m)
{
m *= m;
return((10)*(m /= m));
}
int main()
{
int c = 9, *d = &c, e;
int &z = e;
e = BixFunction(c-- % 3 ? ++*d :(*d *= *d));
z = z + e / 10;
cout<< c << " " << e;
return 0;
}
There r few things whch we knw whch r nt capable of mathmatical reasoning nd when these can nt it is a sign dt our knowledge of them is very smal nd confusd nd where a mathmaticl reasing can be had . It is as dark a foly to make use a candle stick as to g
Unknown
Life is good for only two things, discovering mathematics and teaching mathematics.