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

a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

637


Sir i need notes for structure,functions,pointers in c language can you help me please

1943


How does normalization of huge pointer works?

635


Do you know the use of 'auto' keyword?

659


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3657






What is file in c language?

574


What is null character in c?

689


What is a string?

664


How many levels of indirection in pointers can you have in a single declaration?

593


What is the scope of local variable in c?

578


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2718


What is malloc calloc and realloc in c?

666


What are the different types of C instructions?

678


What is a pointer in c?

681


When is a void pointer used?

675