Answer:
#include <stdio.h>
#include <stdlib.h>
int main()
numb3)^numb4;
//Printing the result in capital hex ("%X" take care of this).
printf("%X",result);
return 0;
Code OUTPUT
Enter the first hexadecimal number: 1 Enter the second hexadecimal number:2
Enter the third hexadecimal number: 3 Enter the fourth hexadecimal number: 4 Resultant Value: 7 Process returned o (0×0) execution time : 3.076 s
Press any key to continue