Язык Си, объясните пожалуйста подробно каждое действие в printf

int main()
{
unsigned int a = 23, b = 0x7a;
printf("%-7o | %7d | %-#07x | %d\n", a, ~b, a^b, a&b);
system("PAUSE");
return 0;
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.