Differences between "." and "->" in C language

Differences between "." and "->" in C language

. Simple access/read value of struct_ member

‮er‬fer to:lautturi.com
struct_name.struct_member

->Allows you to access and modify the members of the structure

struct_name->struct_member
Created Time:2017-08-29 11:06:12  Author:lautturi