Multiple choice technology programming languages How are numeric and character missing values represented internally in SAS? numeric will be represented by blank and character will be represented by . both character and numeric will be represented as blanks numeric will be represented by . and character will be represented by blank numeric will be represented by . and character will be represented by NULL values Reveal answer Fill a bubble to check yourself C Correct answer Explanation In SAS, missing numeric values are represented internally by a period (.), while missing character values are represented by a blank space.