0 0 Pavanagg Asked: March 27, 20222022-03-27T20:12:13+05:30 2022-03-27T20:12:13+05:30In: C language Print Sample string like “hello world” . 0 0 Print Sample string like “hello world” . c program Share Facebook 1 Answer Voted Oldest Recent 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 world Leave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
Output: hello world