Answer:
Following are the program in c language
#include <stdio.h> // header file
int main() // main method
{
char name[90]="mantasa"; // storing name
char add[90]="120 lal bangla mumbai"; // storing address
printf("\n Name:%s\nAddress:%s",name,add); // print name and address
return 0;
}
Output:
Name:mantasa
Address:120 lal bangla mumba
Explanation:
In this program we are declaring the two array of char type which will store the name and address . after that we display name and address.
Answer: a sentinel value
Explanation:
a sentinel value is a value that is used as a condition to end the program. notice that it says "enter -1 to end"
Computers can be used for numerous things haha for one, research, games, connection from distances, and homework.
If you want more information because this one doesn't suffice, private message me or comment and I will fulfill your request!
A unit of information equal to one billion {109} or, strictly 230 bytes
Answer:
These names are important because they give room for people throughout the world to communicate unambiguously about animal species.
Explanation:
It was expidient to name animals, plants or any other living organisms in such a way to prevent any confusion which was initial problem. As a vegetable in different parts of one single country is has different names. Hence scientists concluded to use a single scientific name of Latin origin representing its features that would make anyone in any part of the world easily recognize the vegetable (any other living organism) without barrier of language or culture. This was made possible because of binomial nomenclature.