//Printing something from comment
#include <stdio.h>
int main()
{
//This is a comment line \r printf("I am printed from comment");
return 0;
}
I tried to come up with solution by adding various escape sequences present in C but it does'nt worked.