clear screen after each operation in C code example Example 1: clear screen in c system(“cls”); OR system(“clear”); Example 2: clear screen in c system("cls");