Recent content by sunakshi

  1. S

    Understand the Output of 1000*1000 in C Programming

    It answers as 16960.00000 but i don't know y?
  2. S

    Understand the Output of 1000*1000 in C Programming

    Hello, I want to know the answer of following program and the reason behind it...as soon as possible void main() { float j; j=1000*1000; printf("%f",j); }
Back
Top