What is the output of the following code?
int main()
{
printf ("GATCOLL\xD");
printf("RVCxD");
return 0;
}

Posted on by