#‎include‬<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
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What does int main () mean?
What are the 32 keywords in c?
Can a variable be both static and volatile in c?
int i=10; printf("%d %d %d", i, i=20, i);
What are the disadvantages of external storage class?
What happens if a header file is included twice?
Where is volatile variable stored?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is default value of global variable in c?
What is the difference between strcpy() and memcpy() function in c programming?
What are the keywords in c?
What is file in c language?
What is p in text message?
Describe newline escape sequence with a sample program?