answersLogoWhite

0


Best Answer

Syphilis, HIV, hepatitis, HPV, and herpes may lay dormant.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What STD can lay dormant for 10 years?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can judgment be renewed in Ohio?

After 5 years it goes dormant then they have 10 years to renew it but cant get additional interest between dormancy and renewing.


How long did the Argives lay siege to Troy?

For 10 years i believe


How long did the Argives lay siege on Troy?

For 10 years i believe


What are some examples of loops in C plus plus?

The following example demonstrates all 4 loop structures in C++. #include<iostream> int main() { int i; std::cout<<"For loop...\n"<<std::endl; for(i=0; i<10; ++i) std::cout<<i; std::cout<<'\n'<<std::endl; std::cout<<"While loop...\n"<<std::endl; i=0; while(i<10) std::cout<<i++; std::cout<<'\n'<<std::endl; std::cout<<"Do-while loop...\n"<<std::endl; i=0; do { std::cout<<i; }while( ++i<10 ); std::cout<<'\n'<<std::endl; std::cout<<"Goto loop...\n"<<std::endl; i=0; again: std::cout<<i; if(++i<10) goto again; std::cout<<'\n'<<std::endl; } Output: For loop... 0123456789 While loop... 0123456789 Do-while loop... 0123456789 Goto loop... 0123456789


How do you display the contents of the memory addresses stored in an element of pointer array?

Every element of a pointer array is a pointer, therefore to access the memory being pointed at by an element, dereference the element. For example: #include<iostream> int main (void) { int* a[10] = {nullptr}; for (int i=0; i<10; ++i) { a[i] = new int (i+1); } std::cout << "Address of array:\n"; std::cout << "a = 0x" << &a << std::endl; std::cout << "Address of each element in the array:\n"; for (int i=0; i<10; ++i) { std::cout << "a[" << i << "] = 0x" << &a[i] << std::endl; } std::cout << "Value of each element in the array:\n"; for (int i=0; i<10; ++i) { std::cout << "a[" << i << "] = 0x" << a[i] << std::endl; } std::cout << "Dereferenced value of each element in the array:\n"; for (int i=0; i<10; ++i) { std::cout << "a[" << i << "] = " << *a[i] << std::endl; } for (int i=0; i<10; ++i) { delete a[i]; } }


How to Appear in private for 10 STD SSC board?

How to appear in private for 10th std SSC board


Turbo C plus plus program to generate addition table from 1 to 10?

#include<iostream> int main() { int x=0; while( x++<10 ) { int y=0; while( y++<10 ) { std::cout<<std::setw(3)<<x+y; } std::cout<<std::endl; } }


What is the code in c plus plus to declare and define a structure keeping records of 10 students?

struct student { std::string id; std::string first_name; std::string last_name; // ... }; student students[10];


Write a program to compute the summation of array elements using pointers?

#include<iostream> #include<random> int main() { std::default_random_engine generator; std::uniform_int_distribution<int> distribution (1,9); std::cout << "Array : "; int a[10]; int* p = a; do { std:: cout << (*p = distribution (generator)) << '+'; } while (++p != a + 10); int sum = 0; p = a; while (p != a + 10) sum += *p++; std::cout << "\b=" << sum << std::endl; }


Write a program to show all the loops available in c plus plus?

#include<iostream> #include<random> void recursive (int i) { if (i!=0) recursive (i-1); std::cout << i << ' '; } int main() { std::cout << "Recursive loop\n\n"; recursive (10); std::cout << "\n\nProcedural goto loop\n\n"; int w=0; again: std::cout << w << ' '; if (w++!=10) goto again; std::cout << "\n\nFor loop\n\n"; for (int x=0; x!=10; x++) std::cout << x << ' '; std::cout << "\n\nWhile loop\n\n"; int y=0; while (y++!=10) std::cout << y << ' '; std::cout << "\n\nDo-while loop\n\n"; int z=0; do { std::cout << z << ' '; } while (z++!=10); std::cout << '\n' << std::endl; }


Which class avika gaur studying?

10 std


Homi baba examination 9th STD reference book?

Ratna Sagar books std 9&10