Answer:
the answer is D Smart Object
Answer:
#include <stdio.h>
void interchangeCase(char phrase[],char c){
for(int i=0;phrase[i]!='\0';i++){
if(phrase[i]==c){
if(phrase[i]>='A' && phrase[i]<='Z')
phrase[i]+=32;
else
phrase[i]-=32;
}
}
}
int main(){
char c1[]="Eevee";
interchangeCase(c1,'e');
printf("%s\n",c1);
char c2[]="Eevee";
interchangeCase(c2,'E');
printf("%s\n",c2);
}
Explanation:
- Create a function called interchangeCase that takes the phrase and c as parameters.
- Run a for loop that runs until the end of phrase and check whether the selected character is found or not using an if statement.
- If the character is upper-case alphabet, change it to lower-case alphabet and otherwise do the vice versa.
- Inside the main function, test the program and display the results.
Answer:
1. active listening 8. an online journal
2. barrier 1. a strategy for showing other people you are interested in what they are saying and that you understand what they are saying and how they feel about it
3. blog 2. anything that interferes with a message being sent or received
4. communication 5. guidelines for courteous electronic communication
5. netiquette 7. the person who creates or composes a message and delivers it either orally or in writing
6. receiver 9.. a personal belief that one should work hard and do a good job
7. sender 3. an online database of Web pages that can be created or edited by anyone (with permission)
8. wiki 6. the person who receives a message
9. work ethic 4. an exchange of information
Explanation:
The answer is as mentioned above. And these are important words from subject Professional Communication. And like when we talk of an exchange of information, we mean communication. And similarly, other words means as being mentioned above.
Explanation:
1) the quality of purchased good may be low
2) there might me fraud and cheaters
3) it might be risky
4) we may not get our orders on time