what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}
Answer Posted / hari
it will print a garbage value..
for further queries and discussions, just check these out !!!
http://forum.campusmaniac.com/
http://www.campusmaniac.com/
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many identifiers are there in c?
Is swift based on c?
What math functions are available for integers? For floating point?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are structure types in C?
Do you know the difference between exit() and _exit() function in c?
Why should I use standard library functions instead of writing my own?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is 2c dna?
What is use of null pointer in c?
Is c still relevant?
How to establish connection with oracle database software from c language?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is switch in c?
where are auto variables stored? What are the characteristics of an auto variable?