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