int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / vignesh1988i
it will not print i value at all , since the loop is always
true for all cases. since the termination condition is
depending upon n&i,always n<=i, what ever possibe positive
value greater than zero ,it may be.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to construct a simulator keeping the logical boolean gates in c
hi send me sample aptitude papers of cts?
What is the heap?
What is a scope resolution operator in c?
What do mean by network ?
What does %p mean?
What are types of functions?
What is anagram in c?
What does sizeof function do?
What is the explanation for modular programming?
How a string is stored in c?
What is meant by preprocessor in c?
how to create duplicate link list using C???
What is the purpose of the preprocessor directive error?
What is sizeof array?