On Wednesday, 25 July 2012 20:20:02 UTC+5:30, jatin wrote:
>
> anybdy has basic trie implementation (insertion and printing) ?
> o/p
> 1)
> main()
> {
> char *p1="Name";
> char *p2;
> p2=(char *)malloc(20);
> while(*p2++=*p1++);
> printf("%s\n",p2);
> } ...it's giving me empty string 
>  
> 2)
> i=5;
> printf("%d",i++ * i++);
> o/p and also tell the reason?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/_rwcRL6t5ywJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to