Answer:
void printBackwards(char s[])
{
int n=strlen(s)-1;//finding the last index of the string..
for(int i=n;i>=0;i--)//loop to print the string backwards..
{
printf("%c",s[i]);//printing the character of the string..
}
}
Output:-
abcdefg
gfedcba
Explanation:
I have used strlen function that will be used after including the string.h header file.It returns the length of the string.After finding the last index I have iterated over the c string in reverse order and printing the character of the string one by one.
The option which offers more reliable antivirus protection is an installation of: B) antivirus software on the mail server.
<h3>What is an
antivirus?</h3>
An antivirus can be defined as a software application that is designed and developed to prevent, scan, detect, delete and protect a computer from viruses and malwares that are capable of infecting and destroying both system and user files.
In this context, the option which offers more reliable antivirus protection is an installation of antivirus software on the mail server, rather than on user PCs.
Read more on antivirus here: brainly.com/question/17209742
#SPJ1
Answer:
flat drawing, pattern making development, computerized marker planning and many other fashion designing related aspects.
Explanation: