in , ,

An IDE that every single programmer wish they exist

An IDE that every single programmer wish they exist | programmer-memes, program-memes, git-memes, string-memes, fix-memes, IT-memes, ide-memes | ProgrammerHumor.io
programmer-memes, program-memes, git-memes, string-memes, fix-memes, IT-memes, ide-memes | ProgrammerHumor.io

Content

include stdio.h include string.h 3 include stdlib.h 4 5 struct long lat t int degrees; int minutes; char direction 10; 8 9 ; 10 11 int main() 12 13 14 15 16 17 18 19 20 21 32 23 1 25 struct long latt longitude; longitude.degrees158; longitude.minutes3; strepy (longitude.direction, "south"); Missing semicolon X Missing semicolon at line 9. IDE has fixed it. printf("", longitude.degrees) ; return 0;