C because I said so hahahah
Answer:
#include <iostream>
using namespace std;
int main()
{
char str[100][20];
int n;
cout<<"Strings you want to enter"<<endl;
cin>>n;
cout<<"enter n strings"<<endl;
for(int i=0;i<n;i++)
cin>>str[i];
for(int i=0;i<n;i++)
{
if((int)str[i][0]==98) //ascii value b is 98
cout<<str[i]<<endl;
}
return 0;
}
Explanation:
The above written code is for printing the strings which starts with the letter b.
To check if the string starts with a letter b we are checking the ascii value 98 which corresponds to b and then printing those strings.
Abrasion, incised, punctured are examples of wound .
<h3>What type of injury is abrasion?</h3>
Abrasions is known to be a kind of superficial injuries that happens to the skin and also the visceral linings of the body.
Note that it also lead to a break in the lifetime of tissue and as such one can say that Abrasion, incised, punctured are examples of wound .
Learn more about Abrasion from
brainly.com/question/1147971
#SPJ1
Answer:
The correct answer to this question is given below in the explanation section.
Explanation:
This is a fill-in-blank question.
The answer is:
The decimal number system is base 10.
In our everyday life, we use a number system that is a Base-10 system. As we know that the base-10 is known as the decimal system and this number has 10 digital starting from 0 to 9 such as:
0,1,2,3,4,5,6,7,8,9
We use this number system in our daily accounting and in daily life and it is a base-10 number system. This number system uses 10 as its base number so it is called a base-10 system. It is also called the decimal number system.
What is it? Send a picture maybe.