Which option should be selected to work the following C expression?
string p = "HELLO";
string p = "HELLO";Which option should be selected to work the following C expression?
string p = "HELLO"; Correct Answer typedef char *string;
মোঃ আরিফুল ইসলাম
Feb 20, 2025