A text editor is a program you use to edit text. I'm sure you know things like Visual Studio Code on Windows. An IDE is an Integrated Development Environment. IDE's have all kinds of features to help when editing, running and debugging programs. Especially useful when using compiled languages like C...