answersLogoWhite

0

HIV and syphilis can be found in the blood; also Hepatitis B.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can people be infected with blood fluid?

Std, Aids , blood borne disease , infected cow.


How do you write a C plus plus program to delete the repeated words in a sentence?

#include<iostream> #include<string> #include<sstream> #include<vector> #include<stack> std::string convert (const std::string& str) { std::string valid("abcdefghijklmnopqrstuvwxyz"); std::string result; for (auto it=str.begin(); it!=str.end(); ++it) { // convert to lower case const char c = (char) tolower(*it); // ensure character is a letter if (valid.find(c)!=valid.npos) result += c; } return result; } bool equal (const std::string& a, const std::string& b) { return convert(a)==convert(b); } std::vector<std::string> get_words (const std::string& s) { std::vector<std::string> elems; std::stringstream ss (s); std::string item; while (std::getline(ss, item, ' ')) elems.push_back (item); return elems; } std::string remove_duplicates (const std::string& s) { std::vector<std::string> elems = get_words (s); std::stack<std::string> stack; while (!elems.empty()) { std::string last = elems.back(); elems.pop_back(); bool found = false; for (auto it=elems.begin(); !found && it!=elems.end(); ++it) found = equal(last, *it); if (!found) stack.push (last); } std::string result; while (!stack.empty()) { if (result.size()) result += ' '; result += stack.top(); stack.pop(); } return result; } int main() { std::string test_string ("The fox and and the hound."); std::string result = remove_duplicates (test_string); std::cout << "Test string:\t"" << test_string << ""\n"; std::cout << "Result:\t\t"" << result << ""\n" << std::endl; }


How do you do STD test on man?

Your physician will advise the tests for you. The pathologist will take your blood and urine for the testing.


Find vowel from given string in C plus plus language?

std::string test ("The cat sat on the mat"); std::string vowels ("aeiouAEIOU"); size_t pos = test.find_first_of (vowels); if (pos != test.npos) std::cout << "Vowel found at position " << pos << std::endl;


Haemophilus?

Gram negative coccobacilli 2) Common flora of respiratory tract. 3) "blood loving" 4) Require hematin & NAD found in blood. 5) Haemophilus influenzae = respiratory infections, ear infections, meningitis in children 6) Haemophilus ducreyi - STD chancroid


Where can you buy snake blood in Minnesota?

No body sells snkae blood anymore because of the poisonous features. It can give you HIV, STD's, cancer, and can kill you


Can aids be transmitted by being scratched by someone else?

AIDS is an STD, which can only be transferred by blood and body fluids. So if that nail has blood on it, yes.


Can you get AIDS during a random blood test if the needle is not changed?

yea if the person before you has aids or STD


Who donates blood?

Anyone who is seventeen and up can donate blood - as long as you are healthy, free of STD and other forms of blood diseases and must weigh seventy kilos. Pregnant women are not allowed to donate blood.


Is IGM found in blood a blood component?

Yes ISM is found in blood a blood component.


What is wrong if you have been pooping blood lately for the past few days sometimes even when no poop comes out Is is a treatable thing Is it an STD?

You need to see a doctor. It is probably not an STD but you need to have a doctor examine you.


If a guy take a girls virginity and her blood get inside the guys penis that he can get a std or something like that?

Girls do not always bleed their first time. Whenever there is exchange of bodily fluids there is a risk of receiving an STD.