Loyalt121 / Teskin-

0 stars 0 forks source link

C Programming Language. #1

Open Loyalt121 opened 1 year ago

Loyalt121 commented 1 year ago

include

int main () { printf ("My name is Loyalty") ; printf (" l am learning C programming ") ; return 0; }

fayzkk889 commented 1 year ago

In the first printf, there is an extra quote at the end of the string... Remove it and your code will run fine

fayzkk889 commented 1 year ago

Write "int main() " Instead of main().. Because you've used the keyword return 0;