I'm assuming that what you are saying is that while the headphone is plugged in to the computer, it still plays on the computer speakers.
Most likely, the headphone outlet is dirty and need cleaning. To solve this, plug in your headphones into the headphone outlet, and take it out really quickly. Do this for a certain amount of time until it works.
If this does not work, check the settings if you are allowing it to play into external devices or not.
~
Answer:
rsort()
Explanation:
the sorting function is used to sort the elements in the array.
the sorting can be increasing or decreasing, depends on the function used.
let discuss the option:
a. sort()
this is the sorting function, it used to sort the array in ascending order.
b. arsort()
this is also sorting function, it used to sort the associated array in descending order according to the value.
d. asort()
this is also sorting function, it used to sort the associated array in ascending order according to the value.
c. rsort()
this is the sorting function, it used to sort the array in descending order.
Therefore, the correct answer is rsort().
Answer:
it won't be able to run
Explanation:
because computer runs on physical memory
Answer:
A ) Sizeof(arr)/sizeof(arr[0])
B) Sizeof(arr[0])/sizeof(arr[0][0])
C) Sizeof(arr[0][0])/Sizeof(arr[0][0][0])
D) Sizeof(arr[0][0][0])/Sizeof(int)
Explanation:
using only the size of operator and the name of the array to write an expression that will yield each of the array Dimensions in left-to-right order
A ) Sizeof(arr)/sizeof(arr[0])
B) Sizeof(arr[0])/sizeof(arr[0][0])
C) Sizeof(arr[0][0])/Sizeof(arr[0][0][0])
D) Sizeof(arr[0][0][0])/Sizeof(int)
attached below is the handwritten copy