Tag: programming languages

Questions Related to programming languages

Find the output of this program. void main(){ float j; j=1000*1000; printf("%f",j); }

  1. 1000000

  2. Overflow

  3. None

  4. Error


Correct Option: C
  1. They will be blank and/or zero.

  2. They will be null.

  3. They will equal the values of the first record in the file.

  4. They will equal the values of the last record read


Correct Option: D