how to make c program
Answers
Answered by
1
Answer:
check this website
cprogram.in
Answered by
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