We want to declare x, y and z as pointers of type int. The alias name given is: intpt The correct way to do this using the keyword typedef is:
We want to declare x, y and z as pointers of type int. The alias name given is: intpt The correct way to do this using the keyword typedef is: Correct Answer typedef int* intptr;<br>intptr x,y,z;
মোঃ আরিফুল ইসলাম
Feb 20, 2025