Computer Science, asked by kirupakaris, 3 months ago

write a simple programming in c​

Answers

Answered by himanshu0141
1

write a simple programming in c

Answered by itskingrahul
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