Which option is not possible for the following function call?
func(&s.a); //where s is a variable of type struct and a is the member of the struct.
func(&s.a); //where s is a variable of type struct and a is the member of the struct.Which option is not possible for the following function call?
func(&s.a); //where s is a variable of type struct and a is the member of the struct. Correct Answer Compiler can access entire structure from the function
মোঃ আরিফুল ইসলাম
Feb 20, 2025