Find the output of the following program.
void main(){ char *msg = "hi"; printf(msg);}
void main(){ char *msg = "hi"; printf(msg);}Find the output of the following program.
void main(){ char *msg = "hi"; printf(msg);} Correct Answer hi
মোঃ আরিফুল ইসলাম
Feb 20, 2025