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
Can you please compare array with pointer?
What is the use of linkage in c language?
How do you generate random numbers in C?
Wt are the Buses in C Language
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
In which layer of the network datastructure format change is done
In C programming, what command or code can be used to determine if a number of odd or even?
Write a program to identify if a given binary tree is balanced or not.
hi any body pls give me company name interview conduct "c" language only
Where register variables are stored in c?
What is #ifdef ? What is its application?
Can we assign string to char pointer?
why return type of main is not necessary in linux
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.