Dear Sir, This is to kindly asking you that, I am doing Indian Oil Corporation Ltd., works, there is lots of work coming from IOCL Bangalore and Hyderabad and other areas. I need STD facility to contact the Client over phone to clarification and intera(Bangalore and Hyderabad). Presently I have no STD facility to contact the client. Please help me to do the job easily. Yours Sincerely,
I can't write your speech for you -- that would be cheating and if you copied it, it would be plagiarism. Here are some tips on how to write a good speech, though: 1. Do your research and find out as much as you can about your topic: 2. Make a list of the most important points that you learned 3. Write down facts to support those points and convince your audience that your viewpoint is correct 4. Pretend you are just talking to some friends and write down how you would tell them this information. 5. Practice your speech by saying it out loud until you know it and are comfortable saying it In this sort of speech, you'd pretend you were the mobile phone and state your facts as if they were about you, such as "I help people to make calls. They press the buttons and I connect them to someone else's phone."
Its a speech given to bid farewell to students of std 10th....
This means that some how or other that something is transmitted by mouth. It could be a cold, the flu, even an STD.
Respected sir/madam As my daughter is presently studying in II std 'A' section. We need to transfer to chennai due to personal reason. so i kindly request to give us the Transfer Certificate as soon as possible Thanking you
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.
SBI kavaratti phone number is 04896 263791 where (04896) is the STD code of Kavaratti
Here is a local number for all states...just call 877-889-5407
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.
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.
Most likely a telephone. STD is an abbreviation for Subscriber Trunk Dialling, which is another term for customer-dialed long-distance calls (as opposed to ringing an operator and telling her the number).
Govermint Information std 1to 12 school commissinor?
The std code starts with 022
That is because mobile phones have STD and ISD activated services, the same number can be a number used somewhere else in the world. Hence to identify the correct number pin is required
std means standard call and idd means international direct dial
#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; }