Final Exam Quizlet for Computer Science 1
srand Question 2 options: should be called before each call to rand should be used instead of rand to generate truly random numbers is unnecessary in C can use time as an automatically input seed value
can use time as an automatically input seed value
The floating-point conversion specifiers e and E display floating-point values in __________ notation Question 3 options: elliptical existential exponential exportable
exponential
Which include statement is usually appropriate for user-defined files? Question 1 options: include <filename> #include "filename" Both (a) and (b) are appropriate. Neither (a) nor (b) is appropriate
Both (a) and (b) are appropriate