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

What Should I Respond When a Salesperson Asks Me U201cyou Don't Trust Me?u201d

Where are you shopping? I have never been asked that by a salesperson. But to answer your question, if any stranger asks you that, jut say I dont know you.

· Other Questions

How do I learn Python?

Just head over to,Python tutorialand start reading and try making some of them on your own and youll do great, dont over think it, just do it.Good Luck!

------

What does %d mean in the C programming language?

%d is used to format the output in C programming language.If we want to print an integer, we use %d.

It is called a format specifier.Refer to List of all format specifiers in C programming for a complete list of format specifiers.

------

Why can't we use quantum computers for more advanced programs yet?

Current Quantum computers have a tiny number of qubits and are difficult to program, so they only have very narrow applications currently. As the number of qubits increase and we achieve better programming interfaces, they will become useful for a larger number of problems

------

How hard is for Greeks that speak Standard Modern Greek to understand Tsakonian?

I think that Greeks that speak SMG do not understand Tsakonian but separate words and primarily because of somewhat weird phonetics.

However I am sure that for the speaker of SMG it wont be difficult to study Tsakonian

------

How does your cat say "thank you"?

My cat thanks me every time I open a pouch of wet food into his dish by head-butting my hand. Wet food is a treat.

Mostly has biscuits. He is definitely grateful. It's so sweet

------

Don't you hate it when you have a good answer to a question but nobody is asking it?

If you have a good answer that you think people would be interested in that might help them. If your desire is to share this knowledge but don't see an appropriate question, then ask the question yourself then go in and give your answer. I've done it and Quora even encourages it.

------

What is the output of this (c) code: printf ("%d n", printf ("printf") )?

IF your program is correct, the value printed is the number of characters in the word printf.RETURN VALUEUpon successful return, these functions return the number of charactersprinted (excluding the null byte used to end output to strings).

------

Are there any Welsh Monoglots?

No. Welsh speakers are completely bilingual (English and Welsh).

Children under 5 living in Welsh-speaking homes would be monolingual. However, they would probably understand some English (because of the prevalence of English-language media).

------

What is the while(1) loop in C?

In C true is represented by any numeric value not equal to 0 and false is represented by 0. So in while(condition), your condition is 1, which is true. Hence while will continue running infinitely.

------

What is %ld in C?

I strongly suggest reading, and experimenting with - printf(3): formatted output conversionBut I suppose this is for a class, and you donu2019t want to read the man page yourself?% indicates a format specifierl is a length modifier, indicating a long integer or long unsigned integerd is the conversion specifier, and indicates the argument is a type int

------

What is the difference between char **ptr and char *ptr in C?

Well,char **ptr is a double pointer (pointer to a pointer) of char while char *ptr is an open array of pointer to char. A char **p; provides the result of "declare p as pointer to pointer to char" while char *p; provides "declare p as array of pointer to char."

------

How do I say sorry to my mom?

So, stop apologizing. It is not coming out the way you want it and is giving the wrong impression. So stop doing it.

Instead, show her how you are sorry and want to make things better. Do things that show her how much you care about her. Show her with your actions.

------

I want to learn C from scratch. Where should I start from?

The Definitive C Book Guide and ListIt has good some awesome books in it's list.

Do check it out.I would suggest you to learn C if you want more insight on how Opearting System works.If C you have got bunch of awesome tutorials on youtube.

My faourite being thenewboston!

------

As a female professional, how should I greet seniors at my office, a handshake or u201cHellou201d or some other gesture?

A professional and confident handshake along with a Hello seems to be most professional etiquette in business.

This also appears respectful.Just be confident in every handshake, and never get confused as it may sometimes be visible from your facial expressions to others.All The Best!

------

What words are fun to say in a British accent?

Americans must stop talking of a or the British accent, it is erroneous and annoying, Britain has many accents, the accent you are referring to is an English accent from England, if Britons took to describing the Alabamian accent, for example as the American accent, Americans would be baffledTry those

------

Is it true that British people used to talk just like Americans?

Accents evolve over time.

It is possible that the Pilgrim fathers' accents were dominated by one region of England and that set the standard at that time as more Americans were born.I could hypothesise a similar pattern occurred in Australia and New Zealand.But as we have no recordings from back then, we do not really know.

------

How can I create a dynamic array in C?

I guess you need the syntax.Why don't you just google it.

Syntax:1.If you use iostream library then you have to include library and then declare as follows:vector name;2. If you use bits/stdc.

h library then:vector name;

------

Is Windows 10 now available for the Lumia 640 & Lumia 640XL?

Windows 10 Mobile has not yet released. If you want to experience windows 10 you can sign up for windows insider program by installing windows insider app from store Sign up for getting preview update and check your phone update in settings to update.

P.S try at your own risk since the update will be buggy.

------

Would it be possible to have a common syntax targeting different language compilers/runtimes under the hood, since most current programming languages look very similar in syntax?

To us there is a lot of similarity between most programming languages. To a computer trying to execute code, it will stop the moment it reaches something it doesnt understand so being similar isnt enough for a computer

------

Why was the word hello used first on the telephone?

The use of u201chellou201d as a telephone greeting is credited to Thomas Edison.

He urged people who used his phone to say u201chellou201d when answering, and it caught on.Alexander Graham Bell, the inventor of the telephone, thought u201cahoyu201d (as used on ships) was a better greeting.

------

Do dolphin swim faster than killer whales?

Slightly. The top speed for an orca is about 34 mph; the common dolphin can make it to 37. But a lot would depend on individuals, conditions, etc.

For all practical purposes they are about equally fast. Which makes sense, since orcas are dolphins themselves. They are the largest members of the Delphinidae family

------

When greeting a woman (as a guy) when should you shake hands and when should you embrace/kiss?

In the US, a handshake with a woman you do not know is never inappropriate, in business or personal settings. Personally I dislike it when a man tries to give me a cheek-kiss or a hug because I do not like to be treated differently than a man.

------

Is Python easier or more useful than Java?

Python is easier to learn and more suitable for web development.NET stack has better interaction with Microsoft technologiesVarious FP languages are well functionalC is more apt for low level programming

------

Should I say hi to someone who does not like me?

You can greet anyone you like.

If you choose to say hello to someone who dislikes you is your choice entirely. Do not be surprised, however, if the individual in question fails to respond in a similar fashion

------

How many people speak only Welsh?

There are some people on the Llyn peninsula at least, in very remote areas, who don't speak more than the very Basics.

See this answer Chris Williams's answer to Are there any Welsh people who don't speak any English, only Welsh?

------

How do I write a Python code that gets the input (let's say Hello World) and writes line by line like H, He, Hel, Hell, Hello, etc.

The pythonic way to do this is: loop printing slices of your string.

:1 is one character, :2 is two characters, Use a variable for the number, but dont run off the end. Thats up to you. Consider range(1,len(the_string)).

Do you need 1? -1? Screw it!

You figure it out.

------

What are the best kid friendly rock songs?

Were Going to be Friends by the White Stripes (2002) - more mellow than rock, but its appropriate for kids of all ages - give your kid a hug and sing along :o)

------

What is the output of this code and explain it: Int main() int I0; for (;I;) printf ("hello n");?

First thing to remember is : only 0 is considered false by the compiler, rest all digits are considered True by compiler.And compiler will enter inside for loop ( initialization ; condition ; updation) if and only if the condition is true.In your code i0 i.

e. false, hence compiler will not enter inside for loop. And thus no output.

------

Why do Londoners never talk on The Tube (London Underground)?

A minor part of it might be that people cant really get away easily when they dont feel like talking. Someone with many stops till their station could feel trapped.

Thus it could seem unfair to engage a captive audienceon top of all the other reasons pointed out by others here for remaining silent.

------

What programming language has the shortest 'Hello World' program?

Ruby's is pretty darn compact:$ ruby -e "p 'Hello World'"with the program itself only four characters longer than the target output string.

If Lisp's REPL is allowed, then so must Ruby's be:$ irb>> 'Hello World'> "Hello World">> REPLs make it about as minimal as you'll get.

------

What is output of following code "Int a 2; a 0 0; a 1 1; a 2 2; a 3 3; printf ("%d%d%d%d", a 0,a 1,a 2,a3);"?

If you type the code the same way you have asked, it will throw an error as the u2018iu2019 in int is not uppercase and compiler will not recognize it.

If you correct that and type the rest of the code in the same way, it will print u20180 1 2 3u2019

------

Is it possible to be too stupid to ever program decently? I feel like I take so much longer to learn concepts than other people. I am 23 years old and learning c.

Something you might be ignoring if youre not learning the concepts in their right order and with the right exercises, youll struggle. A lot of peoples smarts is really just having learnt the right things in the right order and having the right cognitive strategies

------

Who was Carlo Rizzi calling on the phone at the end of The Godfather when Michael walked in on him? And why did he look so nervous?

Did he know about the hits, and did he have an inkling of the trouble he was in?

Clearly someone he ought to not have been on the phone with. And thats all we need to know about that really.

The book is different but if youve read the book you dont need to ask anything on Quora.

------

What does it mean when a woman squeezes your hand in a two-hand handshake?

Freud described this specific experience as the subconscious manifestation of every woman desire to own a penis.

It can also mean that she wants to overcompensate her greeting as a sign of previous lukewarm greetings that gave the wrong impression of not wanting to have a penis

------

What words can destroy a narcissist?

Any words that reveal whatever it is that they live in denial of would be hurtful to them. That said, if your reason for asking is because you wish to inflict pain on an already tormented soul, then you must realize that in so doing, you are stooping to their same level

------

Why does a narcissist ex ignore your messages?

Don't you be texting a narcissist. No.1.

Maybe someone else has spotted her signs. She may be processing one of her other victims comments. You should be going no contact.

she'll be someone else's problem soon enough. You can't have any kind of friendship with a narcissist. Cut your loses.

Good luck

------

How do cats see humans? Do they think we are just a big cat?

No.

Cats see humans a lot of different ways. Some may see you as a big cat, others see you as a totally different species, others just love you. But I dont know how to accurately, 100% answer this question!

Cats are cats - and we cant get in their heads

------

How should one address children in the Khmer / Cambodian language ?

"Kmouy" stand as nephew or niece and "oun"sounds like" own" also referred to younger but please bare this in mind don't say OWN to a grown woman, it's kind of inappropriate however (Ah oun) is also quite a call too depends on what tone u use

------

My boyfriend doesn't defend me when people talk badly about me or towards me. What can I do?

Talk to him & tell him you would like for him to stick up for you. If youre hanging out with people who are talking bad or making fun of you; perhaps you need to find people who do not talk bad or make fun of you

------

How can I say good morning to many persons together, not one by one?

Good morning, yall!

is the casual way to say it in the south. Good morning, guys! is the casual way to say it everywhere else (guys is kind of gender-neutral at this point).

Good morning, everyone! is probably your best bet. Not too formal, not too casual.

Good morning, ladies and gentlemen! is very formal

------

How is the performance of the Microsoft Surface Pro 7?

Microsoft Surface Pro 7 is a recent and advanced gadget that has faster RAM than in Surface Pro 6.

There is a claim that Surface Pro 7 is approximately 2.3 times faster than the Microsoft Surface Pro 6. Read More details here.

Please Upvote, if found helpful.

------

How do I print % in C language?

You can use the escape character .

Just put % in the escape character likeprintf(Modulus operator % works on only integers) ;The escape character is used to escape a character, that is, this line would print % as it is without being considered as something special by the compiler

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