for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / guest
4
| Is This Answer Correct ? | 0 Yes | 18 No |
Post New Answer View All Answers
What are 3 types of structures?
What is sizeof int in c?
Can we use any name in place of argv and argc as command line arguments?
What is volatile variable in c?
What are keywords in c with examples?
Is there a built-in function in C that can be used for sorting data?
Where are some collections of useful code fragments and examples?
How do I read the arrow keys? What about function keys?
What is the purpose of the statement: strcat (S2, S1)?
What is use of integral promotions in c?
Do you have any idea how to compare array with pointer in c?
Why c is called top down?
Describe the steps to insert data into a singly linked list.
Can you please explain the scope of static variables?
What is the best way to comment out a section of code that contains comments?