You need to log in or create an account to post to this user's Wall.
raghavG commented on the post, C code to remove spaces from a string 1 year, 2 months ago
while (*p1++ = *p2++);
how it will work….
raghavG joined the group Twitter Interview 1 year, 2 months ago
raghavG joined the group Palantir Interview 1 year, 2 months ago
raghavG joined the group LinkedIn Interview 1 year, 2 months ago
raghavG commented on the post, Insert into a Cyclic Sorted List 1 year, 2 months ago
sorry for above explanation….as it is not covering in the case of “single element exist in list and given element(x) is either greater or lesser to that one”..
i think the following code will cover all the […]
raghavG commented on the post, Insert into a Cyclic Sorted List 1 year, 2 months ago
the code exact&works for all cases…..
explanation for all cases including while(3rd case):
case1 handles the “duplicate case” and “only one element in the list case” also along with element(given x) in between […]raghavG commented on the post, Palindrome Number 1 year, 2 months ago
cant we use x/div!=1 instead of x/div>=10 in first alternative solution….
raghavG became a registered member 1 year, 4 months ago
