Question: 15) float value 1 12345.54; int value2 = value1; In the above example, what type of declaration needed? a. Implicit declaration b. Explicit declaration 16)
15) float value 1 12345.54; int value2 = value1; In the above example, what type of declaration needed? a. Implicit declaration b. Explicit declaration 16) int value1 = 12345; float value2 valuel; In the above example, what type of declaration needed? a. Implicit declaration b. Explicit declaration 17)implicit declarations create a. Static b. Dynamic c. Run time d. Load time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
