208 viewsMay 27, 2023C Programming#c++program 1 Monisha M1.03K May 26, 2023 0 Comments How to write a simple c program Shathana. S.R. Answered question May 27, 2023 2 Answers ActiveVotedNewestOldest 0 Vishalini.R3.10K Posted May 27, 2023 0 Comments  Simple C Program #include <stdio.h> int main(){ printf(“Hello C Language”); return 0; } Vishalini.R Answered question May 27, 2023 You are viewing 1 out of 2 answers, click here to view all answers. Register or Login