Answer:
<u>A</u><u>n</u><u>y</u><u> </u><u>seven multimedia keys</u><u> </u><u>are</u><u> </u><u>:</u><u>-</u>
<u>□S</u><u>pecial keys</u>
<u>□</u><u>Alphabet</u><u> </u><u>keys</u>
<u>□</u><u>Number</u><u> </u><u>keys</u><u> </u>
<u>□Control </u><u>keys</u>
<u>□</u><u>Navigation</u><u> </u><u>keys</u>
<u>□</u><u>Punctuation</u><u> </u><u>keys</u>
<u>□</u><u>Symbol</u><u> </u><u>keys</u><u> </u>
Answer:
a. operands are evaluated left toright. 7
b. operands are evaluated right toleft. 12
Explanation:
a. operands are evaluated left toright. 7
b. operands are evaluated right toleft. 12
left to right
int fun (int *i) {
*i +=5; we add 5to x making x 8
return4; we return 4 tomain
}
void main ( ) {
int x = 3;
x = x + fun(&x); x starts at 3 in fun it ischanged to 8 but the 3 is already being used the 4 fromfun is added (3+4) to it making it 7
}
right toleft x starts at 3 in fun x gets changed to 8 and fun is returned as 4so we have 4 + 8 = 12
Paraphrasing
left to right it's is 3 + 4 =7 original value of x is used
right to left it is 4 + 8 =12 x is used as it was changed by fun, since fun was alreadyexecuted
Main Answer:<u> A Social networking service is an online platform that allow users to represent themselves via a profile and web site and provide and receive links to other network members </u>
Sub heding:
What is social networking service?
Explanation:
1.A social networking services is an online platform that allow users to represent themselves via a profile and web site and provide and receive links to other networks members
2.social networking services vary in format and the numbers of features
Reference link:
https//brainly.com
Hashtag:
#SPJ4
Answer:
Local Market or Primary Market.
Explanation:
The farmers sell their products to big traders in the bigger market in the urban areas. However, they also sell a part of their products to various village traders, who are located in the rural areas and can be found in local or primary markets. It's not so that they are not useful as well, as small farmers, in fact, sell the whole of their produce in the local or primary market as we know them by name. And the farmer gets a reasonable return there as well.