answersLogoWhite

0

What else can I help you with?

Related Questions

What is called a string OS AND 1S?

A string of eight os and ls is called a


Why cant a program written for the Mac-OS run on a Windows-OS equipped machine?

"OS" stands for "Operating system". This does a lot of technical stuff, but its most important function is to translate strings of 1s and 0s into something that is actually intelligible to a user(and does the same in reverse when the user inputs data) Now, most operating systems have their own "instructions"--made up of strings of 1s and 0s--that tell them what to do. However, Mac OS and Windows use different instructions--so if you try to run instructions for one on the other, the computer has no idea what you want it to do.


What is a output of a program to input string and to print the alternate characters?

#include<string> #include<iostream> std::ostream& alternate (std::ostream& os, const std::string& str) { for (size_t index=0; index<str.size(); index+=2) os << str[index]; return os; } int main (void) { std::string test {"The quick brown fox jumps over the lazy dog"}; alternate (std::cout, test); std::cout << std::endl; } Output: Teqikbonfxjmsoe h aydg


Where can someone find more information about the new Windows OS?

One can find more information about the new Windows OS from several different places. Some of the places in which one can find more information about the new Windows OS are: Microsoft, and Sophos.


Where can someone find information regarding OS X Software?

OS X is a computer operating system, developed by Apple. Information on the latest operating systems, including OS X can be found at the Apple website. If you already have OS X installed, you could find out more information by choosing 'More Info' from the 'About this Mac' option in the Apple Menu. Further information about OS X can be obtained by visiting an Apple store or and Apple Authorised Reseller.


Why necessary to use operating system for computer?

Computer hardware communicates in 0s and 1s. An operating system (OS) is the layer between the hardware and software programs we are accustomed to using. Essentially, the OS is a human friendly interface that allows a user or administrator to command the resources of the hardware.


My computer won't start its OS. What do I do?

This is not nearly enough information to give you any information at all.


How do you find the string in gs secret mission clubpenguin?

It will be by the puffle tree where you get the puffle Os. IT will also be kind of hidden so you will have to look hard.


Welcome to Nash OS?

Welcome to Nash OS! Whether you are opening a new online store or are interested in using Nash OS as your ecommerce platform, you can find out more information about your options here.


Where can one find information about the Mac OS X server?

Mac OS Hints and MacInTouch both have information bout the Mac OS X server on their website. Wikipedia also has a page for the Mac Server. For specific questions or to purchase the system you can visit your local Apple Store.


What is loading memory?

Lets Start off with an example: when a new PC is baught , an OS is then installed in it, while installation the computer writes information within the ROM, which is Read Only Memory, but it is only the OS which writes within it the information of loading the OS. Loading Memory is nothing but loading all the information or executing all the task which is written within the ROM.


Why does PHP built-in web server not serve file called é.txt in windows OS?

The file may not actually be named that, but rather an encoded version of it. You can use scandir() to find the actual file name as fetch-able by PHP.