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

Answer Posted / khushbu srivastva

a error will be generated i.e unreachable code

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c so powerful?

688


Who developed c language and when?

587


Explain bitwise shift operators?

633


What is size of union in c?

582


What does return 1 means in c?

589






Which built-in library function can be used to match a patter from the string?

748


Is r written in c?

725


Is multithreading possible in c?

568


Where define directive used?

607


Why doesn't C support function overloading?

1620


How the c program is executed?

632


Write a program to generate random numbers in c?

665


What is difference between union and structure in c?

581


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1860


How is a null pointer different from a dangling pointer?

558