I am an amateur C programmer and I encountered this question in a book,can someone give me its valid explanation.
I am getting confused as to what this ^ sign is doing in a C program.
#include <stdio.h>
int main(void)
{
int a;
printf("%d", (3^6) + (a^a));
return 0;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…