Which is the syntax used for passing a structure member as an argument to a function?

1 answer

Answer

1174157

2026-07-31 16:15

+ Follow

You can pass the address by using '&' with the pointer variable, while passing actual arguments. In formal arguments '*' is used in the place of '&'. To pass the address of a pointer variable a double pointer variable should be used .

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.