write a simple programming in c
Answers
Answered by
1
write a simple programming in c
Answered by
0
Answer:
please mark me brain list
Explanation:
To write the first c program, open the C console and write the follo wing co de:
#include <stdio. h>
int main(){
printf("Hello C Language");
return 0;
}
Similar questions