Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Difference between following statements
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 5079142"] declare p as pointer to const char declare p as const pointer to char Source: [URL]http://cdecl.org/[/URL] Or you can install and use the "cdecl" command-line tool: $ cdecl Type `help' or `?' for help cdecl> explain const char *p; declare p as pointer to const char cdecl> explain char* const p; declare p as const pointer to char cdecl> [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Difference between following statements
Top