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
#include<studio.h>
int main()
{
Printf("Hello world!");
Return 0;
}
Shathana. S.R. Answered question

