What occurs when a result has nowhere near the number of significant digits indicated by its type.

🎲 Try a Random Question  |  Total Questions in Quiz: 51  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C Programming Practice Test: String Operations — practice the complete quiz, review flashcards, or try a random question.

Quiz on string operations, character and error handling. Some string operations in C programming are: strlen(): Returns the length of a string. strcpy(): Copies the contents of one string to another. strcat(): Appends the contents of one string to the end of another. strcmp(): Compares two strings. strchr(): Returns a pointer to the first occurrence of a character in a string. strrchr(): Returns a pointer to the last occurrence of a character in a string. strstr(): Returns a pointer to the first occurrence of one string in another. strtok(): Breaks a string into tokens. strlwr():... Show more

What occurs when a result has nowhere near the number of significant digits indicated by its type.