#include <stdio.h>
register int x;
int main()
{
printf
("%x", x);
return 0;
Answers
Answered by
0
Answer:
10
Explanation:
Similar questions