Answer:
CDMA is sa station.
Explanation:
CDMA is basically a Code Division Multiple Access .It is assgned code that facilitates the signals or special coding scheme.It optimizes the use of bandwidth, It is used in a UHF and send data over entire bandwidth of channel.It send data without sharing of capacity of channel. Its ranges is between 800 MHz and 1.9 GHz
Answer:
Yes
Explanation:
Spreadsheets should be used to capture the results of science experiments because they are good for sorting data. They make results easier and information easier to see and use.
They have the key feature of communication.
All social media encourage us to interact with others, be it with family, friends, known or unknown people.
Answer:
#include <iostream>
using namespace std;
int main()
{
char fullname[30];
string fname="",lname="";
int i,j;
cout<<"Enter fullname\n";
cin.getline(fullname,30); //so that blank can be read
for(i=0;fullname[i]!=' ';i++)
fname+=fullname[i]; //fistname will be saved
cout<<"\n";
for(j=i;fullname[j]!='\0';j++)
lname+=fullname[j]; //lastname will be saved
cout<<"\nFirstname : "<<fname<<"\nLastname : "<<lname;
return 0;
}
OUTPUT :
Enter fullname
John thomson
Firstname : John
Lastname : thomson
Explanation:
cin.getline() should be used instead of cin in case of strings so that space can be read otherwise after blank string will be ignored.
Answer:
B, Peaceful
Explanation:
Trust me, im 1000% sure that it is B.
I know hat you are probably already done with the test, but here you go anyway!
PLEASE mark me most brainly?!