Question: What is printed after executing the following? intThe Thing ( char * T ) { int I = 0 ;for ( I = 0 ;

What is printed after executing the following? intThe Thing (char *T)
{
int I =0;for (I =0; T[I]; I++);return I;
}
int main(void)
{
char S1[100]= "easy*:int Z;Z = The Thing (S1);cout <51[2-11];
}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!