Blog Posts
- May 15, 2020 :: Thread synchronization in Linux and Windows systems @ { C/C++,Linux,Threads,Windows }
- April 15, 2024 :: Static keyword in C/C++ (Part 1) @ { C/C++,Interview }
void print_my_mail() {
char nick[3] = "ed";
printf("%s\x40\\\betrunov\x2e\\\bcom\n",nick);
}