#&#8206;include&#8236;<stdio.h>
void main()
{
int i;
for(i=5;0;i++)
{
printf("%d",i);
}
}

Answer Posted / deepika agrawal

an error will be encountered in the begining of the program...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1731


What is the auto keyword good for?

617


given post order,in order construct the corresponding binary tree

2321


How are Structure passing and returning implemented by the complier?

712


What does volatile do?

564






Write the control statements in C language

646


What is the maximum length of an identifier?

663


What are pointers really good for, anyway?

610


What is the use of static variable in c?

593


What does 4d mean in c?

943


Why array is used in c?

549


Why c language is called c?

567


What is the correct code to have following output in c using nested for loop?

609


What is an operator?

656


What is the meaning of c in c language?

592