aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Languages and Software Engineering
  • void main(){ print(“%d”,scanf(“%s”)) };
Multiple choice technology programming languages

void main(){ print(“%d”,scanf(“%s”)) };

  1. Compile error

  2. 11

  3. Hello world

  4. 5

Reveal answer Fill a bubble to check yourself
B Correct answer

Keep practicing — related questions

  • void main(){ print(“%d”,printf(“What this prints”)) };
  • void main(){ print(“%d”,printf(“What this prints”)) };
  • main(){ int x=5; printf("%d %d %d\n", x,x<<2,x=x>>2); }
  • void main() { int i = 10; int *p=&i; p++; printf("%d",(p-&i)); }
  • void main() { int _; _=100; printf("%d",_); }
  • int main() { printf("hello, world"); return 0; }
  • void main() { int i = 10; long *p=&i; p++; printf("%d",(p-&i)); }
  • void main() { int i = 10; long *p=&i; p++; printf("%d",abs(&i-p)); }
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