answersLogoWhite

0


Best Answer

If its a really bad odour there might be an infection there. What you eat affects the taste. Spicy foods stronger taste, sweet foods sweeter taste.
Very doubtful, but it could carry the disease to the taster's mouth, and infect that person.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you tell if he has an std by the taste of his semen?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you use sin in c plus plus?

#include<iostream> int main() { std::cout << "sin(1) = " << std::sin(1.0) << std::endl; std::cout << "cos(1) = " << std::cos(1.0) << std::endl; std::cout << "tan(1) = " << std::tan(1.0) << std::endl; std::cout << "asin(1) = " << std::asin(1.0) << std::endl; std::cout << "acos(1) = " << std::acos(1.0) << std::endl; std::cout << "atan(1) = " << std::atan(1.0) << std::endl; } Output: sin(1) = 0.841471 cos(1) = 0.540302 tan(1) = 1.55741 asin(1) = 1.5708 acos(1) = 0 atan(1) = 0.785398


How do you split a string in delimit c plus plus?

#include<iostream> #include<vector> #include<string> std::vector<std::string> parse (const std::string& s, const char delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = ++end; end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } std::vector<std::string> parse (const std::string& s, const std::string& delim) { std::vector<std::string> result {}; auto start = 0U; auto end = s.find (delim); while (end != s.npos) { result.push_back (s.substr(start, end - start)); start = end + delim.length(); end = s.find (delim, start); } result.push_back (s.substr (start, s.npos - start)); return result; } int main() { std::string str1 = "This is a string that will be parsed by a single-space delimiter."; std::string str2 = "This==is==a==string==that==will==be==parsed==by==equal==operator."; std::string str3 = "This string has no delimiter."; std::cout << str1 << std::endl; std::vector<std::string> v1 = parse (str1, ' '); for (auto i : v1 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str2 << std::endl; std::vector<std::string> v2 = parse (str2, "=="); for (auto i : v2 ) std::cout << i << std::endl; std::cout << std::endl; std::cout << str3 << std::endl; std::vector<std::string> v3 = parse (str3, '\\'); for (auto i : v3 ) std::cout << i << std::endl; std::cout << std::endl; }


Is swallowing semen dangerous if you both have an STD?

There is no risk for disease transmission if you both suffer from the same disease. If you have different diseases, the swallower is probably more at risk from disease transmission than the donor depending, of course, on the method of delivery.


A c comma c plus plus program that can accept first name surname and display it?

int main() { std::string first, last; std::cout << "Enter your first name: "; std::cin >> first; std::cout << "Enter your last name: "; std::cin >> last; }


How C plus plus program to implement employee directory which will let the organization to perform the functions. Insert the record of new employee?

#include<iostream> #include<vector> #include<string> struct employee { std::string forename; std::string surname; std::string department; }; struct directory { std::vector<employee> v; void add_employee (const std::string&, const std::string&, const std::string&); }; void directory::add_employee (const std::string& forename, const std::string& surname, const std::string& department) { v.push_back (employee{forename, surname, department}); } int main() { std::string forename, surname, department; std::cout << "Enter employee's forename: "; std::cin >> forename; std::cout << "Enter employee's surname: "; std::cin >> surname; std::cout << "Enter employee's department: "; std::cin >> department; add_employee (forename, surname, department); }

Related questions

Can you swallow your own semen if you have an STD?

Well, it's your own semen and you have STD. It won't makes you get worse since you produce it yourself...


How do you tell the difference between semen and an STD?

"Cum" or Semen is the penile discharge after sexual pleasure, where abouts an STD is a sexually transmitted disease {that's what STD stands for} An STD is this - Sexually transmitted disease (STD) is a term used to describe more than 20 different infections that are transmitted through exchange of semen, blood, and other body fluids; or by direct contact with the affected body areas of people with STDs. Sexually transmitted diseases are also called venereal diseases.


Why does his semen taste metallic?

The metallic taste of semen is caused by zinc. Semen is approximately 96 percent water.


Will swallowing semen hurt you?

Unless it has an STD, then no it is harmless.


Does swallowing semen of healthy person cause std?

No.


Can semen be eaten?

As long as he has no STD's, it is quite safe to consume semen.


Is there a different taste to semen if there has been no ejaculation for a long time?

No here the semen will taste the same.Even after a long time.


What does women semen taste like?

First you have to find a woman and taste her semen then you'll know.


Does having diabetes cause semen to taste differently?

No. Diabetes does not alter the taste of semen. Please see related question.


Why would you ingest semen?

for the taste of it


Is semen a clean body fluid?

No, that's how many STD's are passed.


What are the chances of getting an STD from swallowing semen?

somewhere around 0%