Comment on Write a program that makes 2 + 2 = 5parentComments−cdcarter12yIt's the trigraph ??/ which translates to a \.−gizmo68612yThe trigraph appears in the file "test.c". If you look at the compilation command, you will see that that is not the file that is actually compiled.−cbsmith12yIf you compile "test.c" you will see that that isn't relevant issue.
Comments
It's the trigraph ??/ which translates to a \.
The trigraph appears in the file "test.c". If you look at the compilation command, you will see that that is not the file that is actually compiled.
If you compile "test.c" you will see that that isn't relevant issue.