[MG]Generate unique strings

You have to write a function such that every time it is called it should generate some new unique string.There is no restriction on length of string generated but every time it should produce unique strings.
Prototype : char* getnewstring();

Comments

Popular posts from this blog