aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming Languages: C, Java, .NET/WCF & Regex
  • main(){ int i=5; char c; scanf ("%d", &c); printf("He...
Multiple choice technology programming languages

main(){ int i=5; char c; scanf ("%d", &c); printf("Here"); printf ("%d ", i);}For scanf in standard input the input is given as 63. then what will be displayed in the standard output ?

  1. 63 Here5

  2. 3 Here5

  3. 63 Here0

  4. 3 Here0

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • See the code below and select the correct answer: #include main() { int i; printf ("enter integer: "); scan...
  • What will be the output of the following function? main() { int i; printf(%d,scanf(%d,&i)); // value 10 is ...
  • Output???? #include int main() { int i=43; printf("%d\n",printf("%d",printf("%d",i))); return 0;}
  • what will be the output?? int main(int c) c=1; while(1); c++; printf("%d",++c); return 0; }
  • The following program prints main() { int i = 5; i = (++i) / (i ++); printf(“%d”,i); }
  • What will be the output of the following C code? void main() { char ch=321; printf(%d %c,ch,ch); }
  • 1)main() { int i = 5; printf(“%d %d %d %d %d”,i++,i--,++i,--i,i); }
  • What will be the output of the following C code? void main() { int t=70,c=14,d; d=t/**//c; printf(%d,d); }
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy