Examlex

Solved

What Is Output of Below Program

question 7

Multiple Choice

What is output of below program?
Int main()
{
Int i,j;
For(i = 0,j=0;i<5;i++)
{
Printf("%d%d--",i,j) ;
}
Return 0;
}


Definitions:

Redundant Phrase

A redundant phrase involves the use of unnecessary words that repeat the same idea, making the expression overly verbose and ineffective.

Overused Expression

A phrase or expression that has been used so frequently it has become clichéd or less impactful.

Electronic Grammar-Checker

A software tool that reviews and corrects grammatical errors, spelling mistakes, and stylistic issues in texts.

Spell-Checker

A software tool that identifies and suggests corrections for misspelled words in a text.

Related Questions