main()
{
int i;
printf("%d",i^i);
}
Answer / 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 |
How do I copy files?
what is the format specifier for printing a pointer value?
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
What is a static function in c?
How can you allocate arrays or structures bigger than 64K?
diff between exptected result and requirement?
Output for following program using for loop only * * * * * * * * * * * * * * *
Explain the use of function toupper() with and example code?
how to swap 4 number without using temporary number?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
Do you have any idea about the use of "auto" keyword?