Q. What is the output of the following C++ code?

Code:
#include <iostream>
 
int main(int argc, char const *argv[])
{
  cout << "Welcom to StackHowTo";
  return 0;
}
  • (A) No segmentation
  • (B) Runtime error
  • (C) Compilation error
  • (D) Welcom to StackHowTo
πŸ’¬ Discuss
βœ… Correct Answer: (C) Compilation error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
224
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate