0 Pavanagg Asked: March 27, 20222022-03-27T20:12:13+05:30 2022-03-27T20:12:13+05:30In: C languagePrint Sample string like “hello world” .0Print Sample string like “hello world” . c program ShareFacebook1 AnswerVotedOldestRecent ADMIN 2 2022-03-27T20:13:09+05:30Added an answer on March 27, 2022 at 8:13 pm This answer was edited. #include<conio.h>main(){printf("hello world");getch();} Output: hello worldLeave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
Output: hello world