Answer:
#include<stdio.h>
#include<string.h>
int main(){
char str[20];
int i=0;
printf("Enter a name: ");
gets(str);
printf("%c",*str);
while(str[i]!='\0'){
if(str[i]==' '){
i++;
printf("%c",*(str+i));
}
i++;
}
return 0;
}
Explanation:
Answer:
The answer to this question is "15 line".
Explanation:
A function is a block of ordered, portable code used to perform a single, connected operation. The syntax of function declaration can be given as:
Syntax :
returntype functionName(parameter1, parameter2); //function prototype
or declaration
returntype functionName(parameter1, parameter2) //function definition or header of the function
{
//function body.
//function implementation
//return value;
}
In the given question the header of the showDub function is on line 15.
That's why the answer to this question is "15 line".
The command should they type to request the appropriate records for only the name servers is set type=ns .
<h3>What is Domain Name Service?</h3>
The hierarchical and decentralized naming scheme used to identify machines reachable over the Internet or other Internet Protocol networks is called the Domain Name System. Domain names are linked to various types of information by resource records in the DNS.
The application service known as DNS transforms an IP address into a more recognizable and memorable name. When utilizing the Internet, any uniform resource locator (URL) entered into any Web browser's location box will be converted into a specific IP address by one of the millions of DNS servers.
Both interactive and non-interactive modes of Nslookup can be used. Enter nslookup at the command line and press return to use in interactive mode. An nslookup command prompt ought to appear. At the command prompt, type nslookup options to use in non-interactive mode.
Hence, The command should they type to request the appropriate records for only the name servers is set type=ns .
To learn more about Domain Name Service refer to:
brainly.com/question/13883687
#SPJ4
Yes you can but it helps to understand the technical details so if there is ever an issue you could identify and fix said issue easier.
Answer:
well for one you need to find the correct platform by comparing them and deciding which ones are the best and start eliminating each one until you have the one you want , then if you are competing make sure you have high quality ratings, graphics make sure there are no bugs or ways to hack it but also make sure that it stays within your budget, and i would target the most active social media group: teens, they spend a lot of time on social media and games so i would target them because they could be persuaded quite easily. and i would make sure the performance is great, the preference would be something that would appeal to the teens, and the price would be something that they could afford but somewhat on the pricey side so that i have enough money to keep the program running.
Explanation: