Execute and Find the Output of the Given Code
Execute and find the output for the following code. #include int main() { int a = 100; printf("%x ",a); return 0; }
Answers
Answered by
1
The output will be the hexadecimal of 100. so the output is:
64
64
Similar questions
Hindi,
8 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago
Physics,
1 year ago