int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / guest
i=20
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
What does #pragma once mean?
The __________ attribute is used to announce variables based on definitions of columns in a table?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain how can I prevent another program from modifying part of a file that I am modifying?
I heard that you have to include stdio.h before calling printf. Why?
Explain what is meant by 'bit masking'?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Explain the concept and use of type void.
What are the three constants used in c?
Explain the use of 'auto' keyword
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain 'bit masking'?
Whats s or c mean?
Why should I prototype a function?
What are the 3 types of structures?