D. mouse that is your answer <span />
Answer:
#include <iostream>
using namespace std;
int main()
{
string s;
cin>>s; //reading string
int i,j;
bool has_dups=false;
int n= s.length();
for(i=0;i<n;i++) //to check for duplicate characters
{
for(j=0;j<n;j++)
{
if(j!=i && s[i]==s[j]) //to check if it is matched with itself
{
has_dups=true; //if true no need to check others
break;
}
}
}
cout<<has_dups;
return 0;
}
OUTPUT :
California
1
Explanation:
Above program finds if a character repeat itself in the string entered by user.
Answer:
I need some time i answering your question please follow me and thank(sanybody have any friends cute girl or cute sardarni he is my classmate His name Was Kushi ask to Please follow me)
Answer: Option(c) is correct
Explanation:
Digitizing sound is defined as conversion of analog sound of digits into digital sound of digits. Digitized sound is depicted through bits that address positive and negative values .This is helping in accessing and sharing information.
Other options are incorrect because unlimited number of bits,compression through MPEG and lossless compression are not characteristics of digitizing sound.Thus, the correct option is option(c).