Which one of the following lines names a constant needed in a program that computes the price per square inch of a round pizza?
a. scanf("%lf", &radius);
b. pi = 3.14159;
c. #define PI 3.14159
d. #include
e. none of the above
c. #define PI 3.14159
Computer Science & Information Technology
You might also like to view...
When you run a database query to find data in related tables, only records that have matching values on both sides of the relationship are found. Most of the time this result will be adequate, but other times you may want to control which records will be displayed. What kind of query allows you to control the records you see, and how did you use this type of query to help answer the manager's
questions for Jasmine? What will be an ideal response?
Computer Science & Information Technology
What are Text functions? How are they used for cleaning data?
What will be an ideal response?
Computer Science & Information Technology