Computer Science, asked by rushmitadevi0, 1 year ago

how to make c program​

Answers

Answered by amitabh318
1

Answer:

check this website

cprogram.in

Answered by Anonymous
3

Answer:

Just do it by doing the simple two steps:-

1) Install a compiler ( This must be C or C++ compiler ).

2) Then finally open it and all the codes line of codes into ( Turbo C IDE) .

#include<stdio.h> #include<stdlib.h> int main() { printf("Hello world"); return 0; }

Similar questions