WHAT IS “&” AND “*” OPERATORS IN C?
“*” Operator is used as pointer to a variable. Example: * a where * is pointer to the variable a.
& operator is used to get the address of the variable. Example: &a will give address of a.
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
“*” Operator is used as pointer to a variable. Example: * a where * is pointer to the variable a.
& operator is used to get the address of the variable. Example: &a will give address of a.
need an explanation for this answer? contact us directly to get an explanation for this answer