aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Languages: C, C++, and Java
  • void main() { int i; char *item; for(i=0;i<512;i++,ite...
Multiple choice technology programming languages

void main() { int i; char *item; for(i=0;i<512;i++,item++) printf("%c",item); }

  1. ASCII Table - twice

  2. Segmentation fault

  3. I hate this Quiz and I dont know it

  4. Compilation Error

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • 1.main() { char s[ ]="man"; int i; for(i=0;s[ i ];i++) printf("%c%c%c%c",s[ i ],*(s+i),*(i+s),i[s]); }
  • void main() { int *ptr; int item=5; int arr[]={10,20,30,40,50}; ptr = &item; for(;item>=0;item--) { printf(...
  • void main() { printf("Hello"); return 5; printf(" World"); }
  • void main() { int a= 100; void *j= &a; int *k= j; printf("%u", *k); }
  • void main() { int _; _=100; printf("%d",_); }
  • 1)void main() { int const *p = 5; printf(“%d”,++(*p)); }
  • main() { int *p1, i=25; void *p2; p1=&i; p2=&i; p1=p2; p2=p1; printf(“%d”,i); }
  • Guess the Output void main() { printf("Hello"); return 5; printf(" World"); }
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy