Talk:SE250:March 26: Difference between revisions
Jump to navigation
Jump to search
m 3 revision(s) |
(No difference)
|
Latest revision as of 10:43, 3 November 2008
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 );
}