Hi ! Studying late night...
03:59 am

Sponsor Area

Sponsor Area

Question is

Find the output of the following program:

#include<iostream.h>
#include<c.type.h>
typeof char Str80[80];
void main()
{
	char*Notes;
	Str80 Str='vR2GooD':
	int L = 6;
	Notes =Str;
	while(L>=3)
	{
		Str[L]=(isupper(Str[L])?tolower(Str[L]):toupper(Str[L]));
		cout<<Notes<<endl;
		L--;
		Notes++;
	}
}

Mock Test Series

Sponsor Area

Sponsor Area

NCERT Book Store

NCERT Sample Papers

Entrance Exams Preparation