Try this code :
int main()
{
if(printf("%c",59)) //59 is ascii value of semicolon
{}
}
0
solved How to print a semicolon (;) without using a semicolon in the program? [closed]
Try this code :
int main()
{
if(printf("%c",59)) //59 is ascii value of semicolon
{}
}
0
solved How to print a semicolon (;) without using a semicolon in the program? [closed]