aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Programming (C/C++)
  • What will be the output of the following function? main()...
Multiple choice

What will be the output of the following function?

main() { printf(“RamanDeep”); }

  1. RamanDeep

  2. Raman Deep

  3. Deepn

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What will be the output of the given function?void main() { int a=1,b=2,c=3,d=4; printf("%d",!a?b?!c:!d:a); }
  • Find out the output of the given program or error if any. Int main() { printf(Hello from main,); int inside...
  • What will be the output of the following function? # include <stdio.h> void main() { int i =2,j=2; printf(“...
  • What will be the output of the following C code? void main() { printf(Hello ); printf(World); }
  • What will be the output of the following function? main() { printf(%x,-1<<4); }
  • What will be the output of the following function? main() { char *p; printf(%d %d ,sizeof(*p),sizeof(p)); }
  • What will be the output of the following function? # include <stdio.h> void main() { int k,num=30; k = (num...
  • What will be the output of the following program? void func() { printf("Testing...Done"); } void main() { f...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy