I am not sure if that's the right question. As far as *char p goes---
its invalid.

But both the following statements are valid and have specific meaning:

1) const char *p or char const *p
2) char * const p



On Aug 27, 7:43 pm, raj kumar <[email protected]> wrote:
> what's the difference between char* p and *char p
>
> Source samsung inteview
> I think the second one is invalid please also tell can we use expression of
> second form anywhere
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
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