#include<studio.h>
int main()
{
Printf("Hello world!");
Return 0;
}

Sandhya Answered question May 30, 2023
the computer should have a C compiler to execute the code, which converts C code into machine code. The other software required in a computer is a Text editor to write the C program. Notepad and notepad++ can be used to write C programs.
Sandhya Answered question May 30, 2023
#include<studio.h>
int main()
{
Printf("Hello world!");
Return 0;
}
Shathana. S.R. Answered question May 29, 2023
