Answer:
I'm better at C++, but I'm pretty sure this it:
/*C - Program to compare two strings
character by character.*/
#include<stdio.h>
int main(){
char str1[]="Hello";
char str2[]="Hello";
int len1=0, len2=0;
int i,isSame=0;
//calculate lengths
i=0;
while(str1[i++]!='\0') len1++;
i=0;
while(str2[i++]!='\0') len2++;
if(len1!=len2){
printf("Strings are not same, lengths are different\n");
return -1;
}
isSame=1;
for(i=0;i<len1;i++){
if(str1[i]!=str2[i]){
isSame=0;
break;
}
}
if(isSame)
printf("Strings are same.\n");
else
printf("Strings are not same.\n");
return 0;
}
Answer:
Replace the printhead is the correct answer.
Explanation:
Because in the following statement, that person is from the department of the accounting then, he call the technician regarding the problem occurs in the printer which is dot-matrix printer and when he examined the dot-matrix printer and replace the printhead because when he print any document then, he finds that some letters have missing from the page.
Answer:
Answer is 1 degree.
Explanation:
W MAP stands for Wilkinson Anisotropy Probe which was working from 2001 to 2010 .It usually measured the temperature differences.Big Bang was a partnership with NASA and Princeton University. So if universe is geometrically flat we should observed that temperate between patches are separated by 1 degree.Because Universe is oval shape and contain 360 angular shape but if it goes flat we can see the patches at very low distance that is 1 degree.
Answer:
The correct answer to the following question will be "Web tracking".
Explanation:
This is indeed a business operation to keep an eye on the subscribers or visitors to the business. So what web trackers do is much more than that. They check up on your web activity.
A tracker generally seems to be a database script programmed to extract sets of data on your interests and how you are when you communicate through their database.
There are four types of Web trackers such as:
- Embedded scripts.
- Cookies.
- Finger printers.
- Supercookies.