aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • ABAP Programming Fundamentals
  • data: a, b, c. c = 20. a = b = c. write a, b, c. What is ...
Multiple choice technology programming languages

data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?

  1. 20 20 20

  2. 0 0 20

  3. 0 20 20


Reveal answer Fill a bubble to check yourself
D Correct answer

Keep practicing — related questions

  • What is the output of the following C program? main() { int a=10; int b; b=a++ + 20; printf("a=%d b=%d",a,b...
  • What is the Output ?
  • What is the output of the following? SAY 'C1C2C3'X
  • The output of the following program will be main() { int a = 1, b=2, c=3; printf(“%d”, a+=(a+=3,5,a)); }
  • what is the output? main() { int x=20,y=35; x=y++ + x++; y= ++y + ++x; printf(“%d \t %dn”,x,y); }
  • What would be the output of the following? main() { int val1=1234; int val2=01234; printf(%d %d,val1,val2); }
  • Data A; x = 1; y = 3; z = 6; output; x = 2; y = 4; output; Run; Data B; Set A; z = x*y; where z < 6; Run; W...
  • Give the output of the following program: main( ) { int a=30,b=40,x; x=((a!=10) && (b=50)) printf(“x=%d”,x)' }
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy