👤

Which of the following shows data conversion taking place?
a. “Hello” + “World”
b. print(int(45.7))
c. day = input(“What day of the week is it?”)
d. print(“My name is ” + name).

Answer :

Answer:

C

data converted from double to integer.