aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Languages History and Concepts
  • What will be the output of the following program : void m...
Multiple choice technology programming languages

What will be the output of the following program : void main() { printf("%d %d %d",5,!5,25-!25); }

  1. 500 100 30 40 4

  2. Run-Time Error

  3. 300 -200 300 10 4

  4. 700 200 300 10 4

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What will be the output of the following program : void main() { int i=5; printf("%d %d %d %d %d",++i,i++,i...
  • What will be the output of the following program : void main() { int a=5,b=6; Printf("%d %d %d",a,b,--a*++b...
  • What will be the output of the following program : void main() { int val=2; val = - --val- val--- --val; pr...
  • What will be the output of the following program : void main() { int a=5; int b=6;; int c=a+b; printf("%d",...
  • What will be the output of the following program : void main() { int a=5; printf("%d"); }
  • What will be the output of the following program : void main() { int a=1,b=2,c=3; c=(--a, b++)-c; printf("%...
  • What is the output of the given program? int main() { printf(%d,128<<4<<3<<2>>6); // Line 1 }
  • What will be the output of the following program : void main() { printf("%d",sizeof(integer)); }
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