This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

casting of pointers in c

Hello again gays.

I want to know about casting and type conversion in C programing language . for example how this expression work and what is the return value ?

char *strval ;
(const char*)strval ;

where we have permission to use casting ? do I have to set a file attribute.

thanks .

0