Talk:SE250:March 26
To Rajitha, the code is performing as it should be .you should expect world, followed by hello. I have made very minor change :
void function( char *ptr )
{
ptr = "world";
puts( str );
}
To Rajitha, the code is performing as it should be .you should expect world, followed by hello. I have made very minor change :
void function( char *ptr )
{
ptr = "world";
puts( str );
}