#‎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 is macro?
How can I access memory located at a certain address?
How do we declare variables in c?
What are the languages are portable and platform independent?Why they are like that?
what is the use of c program?
4 Answers Synergy, Web Synergies,
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Eight queens puzzle
How would you obtain the current time and difference between two times?
Differentiate between declaring a variable and defining a variable?
write a code for large nos multilication (upto 200 digits)
Explain argument and its types.
What is the difference between char array and char pointer?