int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / jai
printf() will never be executed since for() is an infinite
loop.
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
explain what are pointers?
What is the difference between #include and #include 'file' ?
How can I make sure that my program is the only one accessing a file?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Write a C program to count the number of email on text
Is c easy to learn?
What is extern variable in c with example?
What is #include stdio h and #include conio h?
show how link list can be used to repersent the following polynomial i) 5x+2
What is cohesion in c?
What is pass by reference in functions?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why do we use c for the speed of light?
What does == mean in texting?
What are the advantages of using linked list for tree construction?