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 are runtime error?
What is wild pointer in c with example?
Do variables need to be initialized?
What does the function toupper() do?
What is LINKED LIST? How can you access the last element in a linked list?
What are the advantages of Macro over function?
how many errors in c explain deply
What is typeof in c?
Do array subscripts always start with zero?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why main is not a keyword in c?
Dont ansi function prototypes render lint obsolete?
what will be the output for the following main() { printf("hi" "hello"); }
List the difference between a "copy constructor" and a "assignment operator"?
How can you find out how much memory is available?