Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interview question

Status
Not open for further replies.

bomber24579

Programmer
Feb 17, 2004
1
0
0
CA
Hi there

Can anyone explain what's the difference between

const * char
* const char
const * const char

thanks,

Ron
 
Token by token difference only. They all are incorrect C-like declarators.
May be you want to ask about const char* and char* const?..
 
hi,
explaination to above Q is in book:eek:bject oriented programming - Balaguruswamy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top