If you're talking about Sexually Transmitted Diseases, and you're in the US, here is a local STD hotline for all states...and it's toll-free, just call 1-877-889-5407.
If you're talking about Subscriber Trunk Dialing and asking "what is the telephone number of this phone?" then the only general advice I can give you is to first look to see if there is a label on or near the telephone with the number, or otherwise call someone who has Caller ID and ask them to read back to you the number you called from.
Here is a local number for all states...just call 877-889-5407
yes i want to my roll number of xth std 2013 cbse result by student detail
An example of an STD (Subscriber Trunk Dialling, or customer-dialed long-distance) call from Sydney would be a call to Melbourne. You dial the STD Code (telephone area code) for Melbourne, 03, followed by the 8-digit local number.
Settle down with 1 person you know will be faithful and has no STD.
#include<iostream> int main() { int num1, num2; std::cout << "C++ addition program" << std::endl; std::cout << "Enter a number: "; std::cin >> num1; std::cout << "Enter another number: "; std::cin >> num2; std::cout << "The sum is " << num1 + num2 << std::endl; }
#include<iostream> int main() { double a, b; std::cout << "Enter a number: "; std::cin >> a; std::cout << "Enter another number: "; std::cin >> b; std::cout << "Sum: " << a + b << std::endl; std::cout << "Average: " << (a + b) / 2 << std::endl; }
#include <iostream> int main() { int num; std::cout << "Enter a number: "; std::cin >> num; if(num % 2 == 0) { std::cout << "Number is even"; } else { std::cout << "Number is odd"; } return 0; }
Example Code#include#includeunsigned input_num (){unsigned num = 0;while (1){std::cout > num)break;std::cout
#include#includeusing std::cin;using std::cout;using std::endl;using std::string;int main(){string number = "0";cout number;cout
#include<iostream> #include<vector> #include<list> #include<map> #include<time.h> int main() { srand ((unsigned)time(nullptr)); // Create a list of 100 values in the range 0 to 9. std::cout << "Number list:\t"; std::list<size_t> numbers; for (size_t i=0; i<100; ++i) { numbers.push_back (rand()%10); std::cout << numbers.back() << ' '; } std::cout << '\n' << std::endl; // Determine position(s) of each number. std::map<size_t, std::vector<size_t>> map; size_t pos = 0; for (auto it=numbers.begin(); it!=numbers.end(); ++it) map[*it].push_back(pos++); // Print number, frequency and position(s). for (auto it=map.begin(); it!=map.end(); ++it) { std::cout << "Number:\t\t" << (*it).first << std::endl; std::cout << "Frequency:\t" << (*it).second.size() << std::endl; std::cout << "Postions:\t"; const std::vector<size_t>& positions = (*it).second; for (auto it=positions.begin(); it!=positions.end(); ++it) std::cout << (*it) << ' '; std::cout << '\n' << std::endl; } }
'Students roll number for Xii std cbse exam 2009?'
STD in telephony means Subscriber Truck Dialling. This term was used in Australia in telephony during the transition from operator connected trunk call (out of local exchange area) to full national dialling as we know it today. If a caller was calling by STD then they dialled the called telephone number themselves. When an STD call first connected a series of 7 rapid 1000Hz tones of 1ms duration were sent to the caller and called party to notify them the call was via STD and that there would be no operator intervention to advise them of the duration of the trunk call. If the call was connected my a manual operator, he / she would interrupt the call every three minute and advise the paid period of 3 minutes had expired, and offer another three minute paid connection time. These manual calls were charges in 3 minute increments, while STD calls were changed by the second.