+ 6

Could anyone explain the "#x" and output in this code?..

#include <stdio.h> #define TO_STR(x) #x int main() { printf ("%s",TO_STR(123\\45)); return 0; } Output: 123\45.

12th Aug 2019, 5:21 AM
Sujithra
1 Odpowiedź
12th Aug 2019, 5:39 AM
Sujithra