what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}
Answer Posted / deepshree sinha
any garbage value of i because the value of i is not
initialised.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What functions are used in dynamic memory allocation in c?
What is wild pointer in c?
Define and explain about ! Operator?
explain what are pointers?
Can 'this' pointer by used in the constructor?
What tq means in chat?
Explain setjmp()?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain how can you be sure that a program follows the ansi c standard?
What is 2c dna?
Explain why c is faster than c++?
How can I read and write comma-delimited text?
Can you write the algorithm for Queue?
What does the file stdio.h contain?