Syntax :
data_type * pointer_name ;
Explanation :
Syntax | Refers |
Data Type |
|
Asterisk(*) |
|
Pointer_Name |
|
Valid Writing Styles:
- Note : * can appears anywhere between Pointer_name and Data Type
int *p; |
int *q; |
int * q ; |

0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email