aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Java and C++ Programming Fundamentals
  • void is the return type of a program’s main() method
Multiple choice technology programming languages

void is the return type of a program’s main() method

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • What is the return type of main() ?
  • Return type of a test method must be void.
  • If the program completes executing successfully, what value should the function main() return?
  • Can u overload main()method?
  • main method can be overloaded
  • void main() { int i=0; int j = ++i; if(j>i) main(); } the program compiles. }
  • Default return type of functions in C++ is
  • What is Void In Public Static Void main()
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy