C program to convert dollar to rupee
        Posted  
        
            by ganapati hegde
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ganapati hegde
        
        
        
        Published on 2010-02-08T05:26:30Z
        Indexed on 
            2010/04/09
            3:23 UTC
        
        
        Read the original article
        Hit count: 398
        
hi, is any way to write a c program to convert say dollar to indian rupee (or visa-versa). and the convertion parameter should not be hardcoded but dynamic. More preciously it should get the latest value of rupee vs dollar automatically(from internet) ?
© Stack Overflow or respective owner