Hi,
Can u tell what would be output of following code and what is reson behind this?
void main()
{
float a=4;
int i=2;
printf("%f..........%d",i/a,i/a);
printf("%d..........%f",i/a,i/a);
}
--
" Talent hits a target no one else can hit
Genius hits a target no one else can see ."
FROM- AJAY BAHADUR MALL
#N-405,DSK BLOCK,MMM HALL,
IIT KHARAGPUR(WEST BENGAL)-721302
Mail-id:[EMAIL PROTECTED]
MOBILE NO: +919932978592
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---
- [algogeeks] why this happen in c? ajay mall
