Sail E0 Webinar
Question


What is the output of this program?


1.
#include
2.
#include
3.
using namespace std;
4.
int main ()
5.
{
6.
string str ("Microsoft");
7.
for (size_t i = 0; i < str.length();)
8.
{
9.
cout
Options:
A .  M
B .  Microsoft
C .  Micro
D .  runtime error
Answer: Option D

This program will terminate because the cout element is out of range.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers