Answer:
Users of the application may have the ability to determine information about the locations of users that are not on their contact list.
The two functions are :
- used for network connectivity on cell phones, iPads, and laptops.
- data is carried through radio, infrared and microwave signals.
What is wireless media ?
- Unguided media or unbounded transmission media are other names for wireless communication.
- The transmission of electromagnetic signals in this form is not dependent on any physical medium. When communicating wirelessly, we can send our message by infrared, radio, or microwave waves through the air, water, or vacuum.
Therefore, functions of wireless media include network connectivity on cell phones, iPads, and laptops and radio, infrared and microwave signals to carry data.
You can learn more about wireless media from the given link:
https://brainly.in/question/12459910
#SPJ13
Answer:
The following code as follows:
Code:
max=name1; //define variable max that holds name1 variable value.
if (strcmp(name2, max)>0) //if block.
{
max=name2; //assign value to max.
}
if (strcmp(name3,max)>0) //if block.
{
max=name3; //assign value to max.
}
Explanation:
In the above code, we define a variable that is max. The data type of max variable is the same as variables "name1, name2, and name3" that is "char". In the max variable, we assign the value of the name1 variable and use if block statement two times. In if block, we use strcmp() function that can be defined as:
- In first if block we pass two variables in strcmp() function that is "name2 and max" that compare string value. If the name2 variable is greater then max variable value so, the max variable value is change by name2 variable that is "max=name2".
- In second if block we pass two variables in strcmp() function that is "name3 and max" that compare string value. If the name3 variable is greater then max variable value so, the max variable value is change by name3 variable that is "max=name3".
A)
<u>~</u><u>Intellectual property needs to be protected because it usually has</u><u> </u><u>psychological</u><u> </u><u>value.</u>
Hope this helped you- have a good day bro cya)
Answer:
True
Explanation:
The readers need to know the aspects of the topic that will broaden their knowledge and idea. So when designing a web page it is very good to provide extensive content such as hyperlinks to related articles on the same topic. To broaden their reading scope.
However this should be done cautiously, not to provide facets that will end up distracting the importance and the core aspect of the main topic.