How to Accessing Structure Members in C language

           Access the members of a structure object: the dot operator (.) and the arrow operator(->). Both of them are binary operators whose right operand is the name of a member.              

0 Comment "How to Accessing Structure Members in C language"

Post a Comment