![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 3 Weeks Ago 05:15 PM |
| char c = 882 | useless79 | High Level Programming | 1 | 07-30-2007 02:16 AM |
| Regarding char Pointer | sweta | High Level Programming | 2 | 06-03-2006 09:09 PM |
| Convert Char to Dec using AWK | jasmine05 | Shell Programming and Scripting | 4 | 06-09-2005 12:50 AM |
| \n char in C | C|[anti-trust] | High Level Programming | 1 | 05-05-2005 03:15 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
char *p and char p[].
Can anyone please explain me the difference between char *p and char p[] ?
Thanks in Advance, Arun. |
| Forum Sponsor | ||
|
|
|
|||
|
Considering that arrays are also pointers, there's two main differences.
|