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
Explain what are the different data types in c?
what is the syallabus of computer science students in group- 1?
If errno contains a nonzero number, is there an error?
Why doesnt that code work?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is sizeof c?
Is c procedural or object oriented?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How pointers are declared?
Do you know pointer in c?
What is wrong with this declaration?
Why & is used in scanf in c?
find out largest elemant of diagonalmatrix
How do I create a directory? How do I remove a directory (and its contents)?