Multiple choice Which instruction is not ended with a semicolon (;)? clrscr( ) go to( ) define & include break ( ) Reveal answer Fill a bubble to check yourself C Correct answer Explanation The compile directives such as define & include are special instructions to the compiler to compile the program. They do not end with (;).