What does it mean that the ladder language programs can coexist with the C language programs?
It means that the ladder language programs and C language programs run on a computer in multitask environment. The ladder program and the C program must be compiled separately. Ladder is executed at the constant control period whereas usual C program is executed when an event occurs (Interrupt). The C program can be called as the subroutine in the ladder program, too.