aaaa12345
loading
It is a condensed emotional expression of the corporate policy

Has Anyone Made a Calculator That Can Handle a Number of Any Size?

This is impossible because of finite number of quants in the Universe. You can combine the finite number of elements in a finite number of states; even if every state corresponds to the unique number, you'll be able to encode only finite number of numbers, and the will be the biggest of them - that means the numbers of bigger size could not be encoded.You could ask about any reasonable sized number - well yes, such calculators exist.

Uou can use your PC or smartphone as such

· Related Questions

How do I politely ask someone if I can visit their home?

What is your motive for going is what you need to ask self. Give them a reason for your desire to visit them.

If the motive is good just tell them if you ever want me to come over I will be happy. You need to give a reason that makes sense.You can just ask if they normally have visitors over.

If they say yes just ask them if they want to meet for a game of chess etc. You can also invite to your place and see if they will extend the invite

------

Is it true that Dutch people would talk to you back in English although you can speak Dutch? I have never been to the Netherlands before; is this true?

Me, as a Dutch native, can easily tell you its true. Only very few Dutch people will speak Dutch to you. Not only because we just assume youll be bad at Dutch (its a really hard language to learn), but also because we - or at least, I - like to talk English.

Its a bit like showing off to the others: See? I can speak English very well. What about you?

I think it happens all over the world, but Dutch people tend to be better at English. Our languages are related

------

Why is int main() printf ("Hello World"); while(1); not printing, and what is expected?

Its because standard output is buffered (almost always).

And the buffer flush (i.e. the actual printing) is done at end-of-lines (or manually).

That is to say, before you write the EoL character(s), the output just waits in the buffer, unless its already long enough or you flush it manually. Neither is your case. So the output was done, but the message was not printed; the OS waits for more output before doing so.

It doesnt come as your process is looping. Send a newline or call fflush

------

My granddad was Estonian and that also made me an Estonian citizen by descent, but I don't speak Estonian. Is it a must that I learn this language?

No, it is not a must. You do not have to. Why?

Even if you move here, most of us speak 24 languages more or less fluently here (Estonian, Russian, English, Finnish) so you probably dont get lost. Unless you get a complex of inferiority from that or something ;)But you could. It is a beautiful language, even if somewhat complicated to those used to Indo-European simplicity.

Different language means different way of thinking, and Estonian is different. I am most certainly happy to be multilingual, the world becomes just incomparably bigger

------

Is "Dear All" an appropriate intro for an email intended for no specific person of a large group?

I find it a bit awkward.

Large groups don't fall from the sky -- they have some form of commonality. You can address them by this commonality in turn. "Dear Subscribers" to the newsletter, "Dear Customers", etcetc.

That leaves room for people to identify themselves as the addressee -- and does not make them a faceless mass of. everyone.Which, I find, is a good idea when trying to communicate with people.

Leave them room to, you know, be talked to as people. Or you could go with Diljit Singhs suggestion

------

How do I code in JavaScript?

There are mainly 3 ways to write JavaScript.

Inline JavaScriptInternal JavaScriptExternal JavaScriptInline JavaScript: When you write JavaScript code for a particular tag in HTML inside that HTML tag. This is very rare.Internal JavaScript: When you write JavaScript inside HTML file within script tag for that particular HTML file.

This is not used much in mordern web development.External JavaScript: When you write JavaScript code in different file and import that file in your HTML file. Mostly this is used.

And you can import/include your JavaScript file in different HTML files too. Happy Coding!.

------

What is the output of given code snippet and why?

x3,y,z; // declaration of variableyx10; //in this syntax we have to check the R.H.

S first (i.e. x10)now x having the value 10 .

Now taking the main expression yx(it implies y10).zx

S (i. e. x

e. 1 or 0).Since x 10 ,so this right side condition is false .

Hence it becomes 0(zero).Therefore z0;//so final value of x10, y10, z0. Hence the Output is:10100.

------

How do you say "cute" in Esperanto?

Whatu2019s your definition of u201ccuteu2019u2019? In Esperanto I might say u201cbeleta, aminda, admirinda, bonaspekta, kortuu015da,u2019u2019 among others.

If there is a difficulty in translation, it is usually due to the fact that we use words in our mother tongue that we havenu2019t properly defined in our own mind. When I look for an Esperanto translation, I first start with an English dictionary, as in this definition of cute: u201cendearing, adorable, lovable, sweet, lovely, appealing, engaging, delightful, dear, darling, winning, winsome, attractive, pretty. u201d.

------

#include int main() if (10 && 8) printf ("Hacker"); if ((5 & 0x000b) 10); printf ("earth n"); return 0;. What is the logic of this code?

In the first if condition.nexpression is 10&&8 which is true, because in c everything except 0 is true.nIn the second if condition .

nexpression is (5& 0x000b)10 which is bitwise and of 5 and 0x000b. binary of 5 is 010 and binary of 0x000b is 1011 which is written in hexadecimal form. so now bitwise and of 010 and 1011 will be 1010 which is 10 in decimal so condition gets true here also.

nThat's why output is hacker earth#include int main() if (10 && 8) printf ("Hacker"); if ((5 & 0x000b) 10); printf ("earth n"); return 0; I run this code and got hacker earth as output, what is the logic of this code can you explain?.

------

Why do Poles, Czechs and Slovaks dislike communism when they have received economic help from the USSR?

Well, you know, in Slovakia many of us are like our comunistic part of our past. Almost everyone old Slovaks remember budget products, stabil job, stabil life level.

Yes this ones know about crimes of comunists(they are mostly christians, after all), but they like old comunistic times. Young people are educated about comunistic tyrany, in which we became indeveloped and in which all people were suffered and terrorized - people that lived in comunism says, that they haven't any reason to speak against comunistic goverment, because they were satisfied.That's view of old Slovak generesions

------

How do I end a long text conversation with a girl I like?

well if u like her and want to ask her out the first thing u wanna do is make sure to never let her understand u. So basically abruptly end the conversation by not replying to one of her last text and donu2019t text back on your own. Wait fr her to text again , if she does she likes u but maybe as a friend too , so keep on making her confused and when she is , she will try to understand u out of curiosity and thatu2019s how u make a girl fall fr you.

------

What is your name in Arabic?

It's in Arabic already soHafsah.This does not mean I'm Arab.

Far from it. I might have Arab blood, but only as much as the next Bengali (that is to say, little to none at all).What it means is a different story.

I was named after one of the wives of the Prophet (SAW), Hafsah bint Umar ibn al-Khattab (R).The names meaning is varied. Some say it means lioness while others say it means one of good-judgment or prudent.

Of which I am none, but I aspire to be a lioness some day!Bonus! My name, literally in Arabic:

------

What is it like to marry an Albanian man as a foreigner?

"He had these swarthy looks, and muscled build . I knew he was trouble from the moment I set eyes on him"Albanian men are physically very attractive and handsome, something about the genes I suppose, apart from that most Albanian girls would hate for anyone to take a Albanian man away from their home, their women are very possessive.Interesting I have also heard that the average Albanian male is prone to lying and cheating.

Stay Away from the Albanian male would be my advice."A man is a man is a man, till I met him."

------

Is C a good interview language for Google?

I would use C, maybe, but make up your own "standard library". One reason why you probably use python, is because you can use something like dictionaries, or sorting, etc. So when you do it in C, just say, "can I assume I have access to a library for X, with this interface?

" Most of the time your interviewer is a C or Java or Python programmer, so if you ask for something their main language has built-in, they'd say, "sure", unless of course the point of the exercise is to implement that feature.

------

How are people who believe God exists, and people who believe God doesn't exist, so sure of their beliefs?

Theres no need to feel sure.

Absolute certainty about anything is impossible. However one can form a balance of probabilities. If the argument on one side is utterly improbable, and the the argument on the other side seems more likely, then naturally one should lean toward the side that seems likely unless evidence emerges that changes this.

One can sit on the fence, but logically we can sit on the fence about whether werewolves exist if we demand absolute surety before we accept or dismiss the claim that they do

------

What exactly do you do in Hell?

Hell is actually more fun than heaven.In heaven, youve got to learn to play the harp; and your wings get in the way.

In hell, you can use Gods name in vain; and you cant get any more punishment than youve already experience in that lake of fire and brimstone.In heaven, youve got to love each other and stay calm. In hell, you get to continue to hate harps and wings; and you get to blow things up, which makes hell even hotter

------

How should I introduce myself without using "I" ,"MYSELF"?

But why would you want to do something like that?One of the simplest and best ways to introduce yourself is with first a salutation for the time of the day, that is, with a friendly good morning/afternoon/evening. Follow that up with I am XYZ (that's your name without prefixing it with Ms or Mrs or Mister or any of that) and then whatever it is that you need to say depending on the situation.

Using the word myself while introducing yourself is as such a big no-no and indicates ignorance of basic spoken English grammar.

------

What will be the output of the following code and how?

The output will be 2 4.

Since, variable i is decalred static, it will be initialised to 0. After that, when it enters for loop, it will jump to initialisation part which will increment the value of i to 1. Then, it goes for condition check which will also increment the value to i to 2, executes the statement cout and checks if condition.

After executing the loop body, it updates the variable i by 3 and again evaluates the test expression which updates the i to 4, cout is executed and if expression is evaluated to true which breaks the statement.Hence, Output is 2 4

------

Is it worth doing cybersecurity degree?

Your cybersecurity degree should be based on computer science and you should really love this field.

mMost areas of computer science are like that, if you are not in love with it do not do it. The challenges are very great, the industry is changing very rapidly and it is difficult to keep pace. If you wish to pursue this field in the long term, you might also think about getting a Ph.

D in this field to learn how to do research. The opportunities in this field are endless. If this is your passion, go for it!

.

------

How should I address an email to multiple people?

The simplest and least exclusionary salutation in an broad email to several recipients?

All:Body of email would begin here, and go on for severalIf you're sending the email to several people with a shared trait or fall within a common classification?Members of the Project Zulu team:orValued Customer:orTo The OmniCorp East Asia Division staff:If there's any chance even one recipient may not recognize themselves as, for example, a member of the Project Zulu team, stick with "All:" to avoid any ensuing headaches that might follow

GET IN TOUCH WITH Us
recommended articles
wen
I had a neighbor who had dentures since she was 18. Her own teeth were so crooked and her parents could not afford braces so she had them pulled. She loved her new '...
The suspect in the Pennsylvania police barrack ambush last week was added to the FBI's 10 most wanted list Friday as the search focuses in on the wooded area in the ...
The wiring diagram of single chip microcomputer 80C51 is shown in Figure 1. In Figure 1, position 4 shows the common anode for the tube. Use dynamic display and cycl...
Principle of three-stage dimming of the lamp_How to use TRIAC to dim the LED lamp and how to design the specific scheme? - Programmer SoughtAt present, non-energy-sa...
"To talk about smart grid, Jiangning District has gathered more than 300 enterprises, led by 12 listed enterprises such as NARI Group and Guodian Nanzi, covering the...
What is your policy on bath toys?We only have as many bath toys as can fit in one regular-sized mesh bag on the shower wall. I do not want them taking over the bathr...
Well graphic cards are not cheap, but you will always get ripped by people taking a look at your computer, there's no way around that unless you fix it yourself or h...
No it would not , as a pure black light bulb will not allow the light to come out, and it means it is same when it is on or off. So neither it makes the room lighter...
How to Repair Rain GuttersThis post may contain affiliate links. For more information see our disclosures here . Expert advice on downspout and gutter repairs. Stop ...
(source: Robert Institute of robotics, China)Yaskawa motoman-gp7 is a 6-axis vertical multi joint robot. Because of its combination with the small robot controller "...
no data
ADDRESS
Manhatthan
NY 1234 USA
master@weyes.cn
LINKS
Home
Services
Portfolio
Career
Contact us
PRODUCT
Chandelier
Wall Lamp
Table Lamp
Floor Lamp
Contact Us
+86 020-22139352
If you have a question, please contact at contact service@lifisher.com
Copyright © 2025 | Sitemap
Contact us
whatsapp
phone
email
Contact customer service
Contact us
whatsapp
phone
email
cancel
Customer service
detect