To write the first c program, open the C console and write the following code:
- #include <stdio.h>
- int main(){
- printf(“Hello C Language”);
- return 0;
- }
Shathana. S.R. Answered question May 27, 2023
Not a member yet? Register now
Are you a member? Login now