Predict the output of the following code
int main()
{
char *ptr = "Theoretical";
ptr = "practical";
printf("%s",ptr);
return 0;
}



Posted on by