aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Java Servlets, JSP and C Programming Quiz
  • Find the output of this program. 1. void main(){ float j;...
Multiple choice technology programming languages

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

  1. 1000000

  2. Overflow

  3. None

  4. Error

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • Find the output of this program. main() { int i=5; printf(“%d”,i=++i ==6); }
  • Find the output of this program. main() { int i=5; printf(“%d”,i=++i ==6); }
  • What will be the output of following program code? #include<stdio.h> main() { int k; float j; j=9.0/2; k=9/...
  • What will be the output of the following program: void main() { float val=2.; printf("%.2",val); }
  • What will be the output of the given program or find out the error if any? int main() { float x=fun(2,3); p...
  • Find the output of the program or error, if any. #include<stdio.h> #include<conio.h> #include<math.h> int m...
  • Find the output of this program. main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
  • Find the output of this program. main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Output Evaluation (1721 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy