Find the output of the Program: polot
[C01]
int main() (201)
int data = 65;
printf("%x\n", data);
printf("%o\n", data);
O 41,101
O 65, 101
O 65x,650
O Error
Answers
Answered by
1
Explanation:
please follow me and marke my answer as brainleast please
Similar questions