[algogeeks] Re: pointer question

2011-08-04 Thread wastrel
floating point numbers are stored in 4 bytes with first 3 bytes storing the mantissa part...1st bit of last byte stores the sign of mantissa...& rest of the bits store the magnitude of the exponent relative to +127( exponent + 127 wll be stored). Now ur num will be stored as 5375 in first 3 byte

[algogeeks] Re: Amazon Aptitude questions

2011-08-04 Thread wastrel
the thing wrong with 1 is it doesnt return any value...main if not explicitly declared is of type int & hence main shud return some value... -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To view this discussion on the web visit https://gr