#‎include‬<stdio.h>
void main()
{
int i;
for(i=5;0;i++)
{
printf("%d",i);
}
}
Answers were Sorted based on User's Feedback
Answer / khushbu srivastva
a error will be generated i.e unreachable code
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / deepika agrawal
an error will be encountered in the begining of the program...
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the rules for the identifier?
What is the difference between GETS();AND SCANF();
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
What is the difference between a structure and a union?
Tell us bitwise shift operators?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
how to determine the complexity of an algorithm as log(n)
what is ans for this scanf(%%d",c);
What are the different types of endless loops?
How can I call fortran?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
which header file contains main() function in c?
17 Answers Google, HCL, TCS,