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
What does p mean in physics?
Write a program to find factorial of a number using recursive function.
a c code by using memory allocation for add ,multiply of sprase matrixes
What are conditional operators in C?
Explain which function in c can be used to append a string to another string?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
code for quick sort?
Give the rules for variable declaration?
Explain modulus operator. What are the restrictions of a modulus operator?
How can you return multiple values from a function?
What is bubble sort in c?
Write the syntax and purpose of a switch statement in C.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are header files and explain what are its uses in c programming?
Difference between pass by reference and pass by value?