main()
{
int i;
printf("%d",i^i);
}

Answer Posted / naresh

output will be Zero as exclusive or'ing of two same no's result in zero

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about block scope in c?

664


main() { printf("hello"); fork(); }

699


How to declare pointer variables?

688


Are bit fields portable?

681


What does it mean when the linker says that _end is undefined?

638






What is conio h in c?

631


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

1484


What is formal argument?

654


Why is c called "mother" language?

861


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1637


How can I find out how much free space is available on disk?

632


What is #include stdio h?

689


What is wrong with this initialization?

597


What is the most efficient way to count the number of bits which are set in an integer?

595


What are all different types of pointers in c?

581