#‎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
What does 3 mean in texting?
Do you have any idea about the use of "auto" keyword?
Can we use any name in place of argv and argc as command line arguments?
What happens if a header file is included twice?
What are near, far and huge pointers?
find the sum of two matrices and WAP for it.
Why is structure important for a child?
Can we declare a function inside a function in c?
Can 'this' pointer by used in the constructor?
Are local variables initialized to zero by default in c?
Explain the term printf() and scanf() used in c language?
Why does the call char scanf work?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain how do you list a file’s date and time?
What is calloc()?