what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}

Answer Posted / saurabh shukla

it will print the memory adress of i

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

562


What is the purpose of void in c?

617


What is the use of a static variable in c?

587


What is dynamic dispatch in c++?

554


What is the use of #include in c?

570






What are the different types of data structures in c?

596


Is this program statement valid? INT = 10.50;

686


What is a program?

659


If the size of int data type is two bytes, what is the range of signed int data type?

582


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1731


Explain the meaning of keyword 'extern' in a function declaration.

717


What are the data types present in c?

623


What are extern variables in c?

543


What are different storage class specifiers in c?

611


What is page thrashing?

649