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.
Answer:
HTML
Explanation:
HTML is not a graphic file, as it doesn't support graphics. It instead supports text-base, and only text.
~
Answer:
These are company brand logo
Explanation:
These are company brand logo, and you will find it on all products of that company, plus generally you will find them on each page of their website as well as mobile application.
One way could be to check the code of the program.
But of course this might not be possible... Not everyone knows a programming language. And even if you did, you might not know the programming language they used.
Another way is to download a program that monitors your incoming connections and outgoing connections from your computer/android/iphone.
When someone or something connects to your device, the program should alert you. Or when the computer makes a connection to a website/device.