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 |
What is static function in c?
What is header file in c?
What does 3 mean in texting?
What is difference between union All statement and Union?
Are negative numbers true in c?
Differentiate between the = symbol and == symbol?
What are the types of data types and explain?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What is structure padding in c?
What is the difference between exit() and _exit()?
what are two categories of clint-server application development ?
Why is structure padding done in c?