for(i=1;i>0;i++);
printf("i=%d",i);
what will be the answer????
Answer Posted / rajesh jat
i is a signed integer
it will print only and only -32768
//KEEP IT DIRTY
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is #define?
how many key words availabel in c a) 28 b) 31 c) 32
What is variable and explain rules to declare variable in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
What’s the special use of UNIONS?
How many data structures are there in c?
What is the difference between strcpy() and memcpy() function in c programming?
What is meant by 'bit masking'?
What is floating point constants?
What are the rules for the identifier?
Explain what does the function toupper() do?
What is sizeof int in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
will u please send me the placement papers to my mail???????????????????
What is the use of in c?