Talk:SE250:March 26

From Marks Wiki
Revision as of 10:43, 3 November 2008 by Mark (Sọ̀rọ̀ | contribs) (3 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 );
}