What is wrong with the following code?

float scores[10], total;

a. Cannot declare regular and array variables together.
b. Arrays must be integers
c. The 10 should be replaced with a variable name, whose value is input from the user
d. Nothing.

d. Nothing.

Computer Science & Information Technology

You might also like to view...

What result will you get with following search index=test sourcetype="The_Questionnaire_P*" ?

A. the_questionnaire _pedia B. the_questionnaire pedia C. the_questionnaire_pedia D. the_questionnaire Pedia

Computer Science & Information Technology

A new mobile banking application is being developed and uses SSL / TLS certificates but penetration tests show that it is still vulnerable to man-in-the-middle attacks, such as DNS hijacking. Which of the following would mitigate this attack?

A. Certificate revocation B. Key escrow C. Public key infrastructure D. Certificate pinning

Computer Science & Information Technology