#&#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

what are # pragma staments?

1631


What is the best style for code layout in c?

633


What is a void * in c?

598


How do you determine whether to use a stream function or a low-level function?

650


which is conditional construct a) if statement b) switch statement c) while/for d) goto

740






What is the size of array float a(10)?

658


What does *p++ do? What does it point to?

617


What is #line?

612


Are global variables static in c?

677


What is the use of getch ()?

639


Why is void main used?

622


What is the heap in c?

646


Why cant I open a file by its explicit path?

593


How do you list a file’s date and time?

636


The file stdio.h, what does it contain?

668