aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programs (GATE)
  • Find the output of the following C program: main(){printf...
Multiple choice

Find the output of the following C program:

main(){printf(5+Fascimile);}

  1. Error

  2. Fascimile

  3. Mile

  4. Fasci

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Value of 5th position is mile.

Keep practicing — related questions

  • Find the output of the following C program: main(){printf(%c, abcdefgh[4]);}
  • Find the output of the following C program: main(){char ch='A';printf(%d%d,sizeof(ch),sizeof(A));}
  • 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); }
  • Find the output of the following C program: main(){int i=0;while(++i<=10) printf(%d, i);}
  • Find the output of the following C program: main(){int x=10,y=10,z=5,i;i=x}
  • Find the output of the following C program: main(){int i=0;while(i++<10)printf(%d,i);}
  • Find the output of the following C program: Main(){int i;For(i=1;i <=10;i ++){Printf(%d ”,i);i=i+1;}}
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