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

What Do I Call a Passenger on a Plane?

Depending upon who you areu2026 As the Captain, I call them u201cLadies and Gentlemenu201d, sometimes itu2019s u201cFolksu201d. Other times you might say u201cEveryoneu201d, as in u201cWelcome aboard Everyone, my name is u2026u201d on a PA.If youu2019re a bean counter you refer to them as u201cPaxu201d, or u201cSeatsu201d as in u201cSeat milesu201d.

If youu2019re management, you might refer to them as u201cGuestsu201d or u201cCustomersu201d.These are some of the formal phrases used in public. Otherwise, the rest of this post is confidentialu2026.

· Related Questions

What does it mean when a girl never texts first but keeps the conversation going when I text her?

I rarely text first, mostly because I never expect someone to be sitting around waiting for me to text them. I assume everyone is busy with better things to do than to look at their phones.

Maybe your girl is like me.Or maybe she isnt.Personally, I think a simple Hey, it seems like I always initiate these conversations preferably face to face but thats up to you, is more productive than game-playing.

I say this because if she is like me, then shell just assume that youre too busy to text and your secret hidden message wont come across and youll both lose out on some good conversation

------

How do I say u201chave a great dayu201d in an Australian slang?

How do I say have a great day in an Australian slang?A2ALol this is a really random question because Im not aware of any specific Aussie slang that works in this context.

However, friends and people I associate with use phrases like Have a good one or Take it easy.I actually prefer the latter because its not just saying Have a great day its reminding you that life is too short to spend all your time stressing, so make sure you just take it easy. I really cant remember any other versions.

People do just say Have a great day as well. Its not really a phrase thats been replaced by a colloquialism.

------

How many characters can the c_string char str 128 contain?

if you treat it as a string it can contain up to 127 character , the 128th cell will contain the terminating null aka '0' , if you read a string from the input stream , the array will carry the characters and will be appended by a null automatically , if you enter a string of length less than 127 , 5 for example , I will take 5 for characters and one for null , so always make sure during reading strings to have extra cell for the null , if you're not using the array of characters as a string , hence you will ready every character separately and you'll not have a terminating null character

------

How do I print a character multiple times in the assembly language?

There are bios/dos calls that can be made on a pc to print to the display or the printer. The dos one is redirectable to files and such If you want to go straight to the hardware you can write to video memory but then you need to set the current video mode.

Because you are running this in a DOS box we can assume the video mode of colour text 80*25. This snippet should print A 25 times starting at the current cursor position.mov cx, 25 ; # of times to do somethingSomeLabel:mov al,A ; character to print or displaymov ah,0eh ; write char at cursorint 10h ; call biosloop SomeLabel

------

How do you say u2018How are you?

u2019 in Punjabi?

As a frequent traveler of the Punjab area it is always heartwarming and pleasant to here people asking you key haal wah? (how are you?

) not just because it is very common but because most people, at least in this part of the country, have a genuine sense of care and hospitality for you.It comes from a traditional concept of culture where visitors and guests should be treated with utmost respect and attention. Strangers are willing to help at the drop of a hat, neighbors will give you their entire days worth of food to make sure you eat before them, and no one leaves you in despair if you are in need of help.

Thanks for reading.

------

I want to ask my professor out after I graduate. Should I do it?

Sure. Let a time gap go there, but I see no problem with it. He's not your professor anymore , but keep in mind that he's probably gotten hit on by other students, and dating students is a huge no no, and is considered unethical.

I wouldn't worry too much about the 20 year age gap, but there is going to be dynamic going on in there because he was once your professor. If he's married, then, of course it's a big no. You might be interested just because you kind of put him on a pedestal .

All that said, I would say ask him out for coffee and hope it works out.

------

Printf (1"%d", 10); what will be the output?

dYou're passing a string (%d), but doing pointer addition by 1 element.

Hence only d will be passed to printf function. Note that variadic argument 10 is also passed - however it won't be parsed by the function. Reason is simple - there is no format specifier to process this integer argument, and hence will be totally ignored.

Therefore, only d will get printed on screen.Note that for most compilers/implementations/platform, this isn't an error (of passing more arguments than format specifiers). And won't cause any runtime error.

However, it's not guaranteed. Static code analysis, or some latest compilers (at least with higher warning levels) would generate error or warning; stating that more arguments than format specifier is passed

------

Why do we Indians usually say hi or hello even if we have our root word Namaskar which shows a great respect for someone?

Indians are a mix of a lot of languages and we are definitely proud of our diversity.

One of the things that make us unique. Namaskar is a a polite greeting in Hindi and a lot other Indian languages while in Tamizh it is Vanakkam, Kannada it is Namaskara and variations of the same.Over the years, English creeped in and somehow became the common language bridging all languages.

It is easier for me to approach a stranger in English especially if I dont know which part of the country he/she is from. Youngsters found it more trendy to talk in English.As the influence of English grew, polite and sanskari greetings were replaced by easy and modern way of saying hi/hello/hey.

------

Why do people get offended when you address a president by their full name, like Barack Hussein Obama or Donald John Trump?

Oh,me me teacher, me, I know this one!Virtually nobody publicly addresses trump as donald john.

However, Obama is frequently addressed as Barack Hussein, with an enfasis on Hussein, by the far right as a means to feed their bogus claim that he's a Muslim born in Kenya.So look to your left, look to your right. If any of you addresses Obama as Barack Hussein Obama, you are probably a far right racist conspiracy theorist that spends half a day listening to fox news and the other half listening to alex jones.

P. s: the non-capitalization of several names was not a typo

------

What assembly program can allow you to input 3 numbers, sums them, and displays the output?

While admiring Ken Ronohs answer, I have to say it is a bit of a nonsense question.

This is a question for a higher level programming language that lets you reads input from a console and then displays it. its not the sort of thing you should do in assembler because its usually tied to a particular Operating System. To do that in assembly requires an operating system that has an API that lets you get input from the keyboard and output text to the display.

Write it in Basic, Python, C, C, Delphi, C#, Java and a few other programming languages but not assembler.Kens answer by necessity doesnt specify what Os it would run on as the original question didnt.

------

Do native Jamaicans speak non-English languages?

Since we are one of the 14 countries recognised as Native English countries, it is important to note that the language primarily spoken in Jamaica is English. We do speak Patois, which was a remnant of slavery and is a mixture of several African dialects and English, however, we are also taught Spanish and/or French in High School, as a result some of us have basic proficiency in either Spanish or French, especially those within the hotel industry, since achieving a second language at a secondary school level is necessary (for many not all hotels) in order to be employed in afront of the house position

------

How do I introduce Devops to my organisation?

There are many answers to this.

According to me, if you want spread devops culture along the organization, first step is to aware your employees about the devops culture what exactly it is, why to do or follow the aspects of it.Encourage them to build an environment as a team so that they grow as a professional which leads to organization growth.This is the first step according to me, if we are thinking as per organization.

It's difficult to write all in one go as it is vast topic.Again, the benefits are not quick it takes time.Hope it helps, kindly revert of you any doubts, and do correct me if I am wrong somewhere.

Thank you.

------

How can one prove the existence of gods? Why would anyone believe that person?

As professor Ed Feser shows, it is quite easy to prove the existence of God which is why mankind overwhelmingly does. God is kinda obvious. Your free will alone shows you cannot be just physical and so what made you cannot be either.

We live in a world shot through with beauty, love , truth, goodness and faith. Carbon doesnt do that. Stephen Barr, the physicist is good at dealing with questions from people who mistakenly think there can be a real contradiction between a revealed truth, sound reasoning and science.

There cannot be of course. We live in a religiously and philosophically very dumb time

------

Is it possible to print without the main method in Java?

If you are using JDK version 1.

6 or previous then yes you can with the help of static block. Static block is a block which gets loaded into the main memory when the class loader loads the class and is executed before the main method of main class. But after JDK version 1.

7 it was made mandatory to have a main method in your program otherwise JVM wont execute the Java program.Hence you can do it if you really want but you have to use version 1.6 or previous otherwise in the latest and upcoming versions you simply cant.

Hope that helpsHappy CODING!

------

Who generally make better programmers: INTJs or INTPs?

INTP in my opinion - not skill, just their preferences.

In my work I have noticed that INTJ computer scientists / engineers tend to move to a business analysis or project management position quite rapidly - they dont seem to like programming alone very much - this may be due to the INTJs need for control over their environment / to ensure efficiency and success.INTPs I know are perfectly happy to bash away at really complex interesting problems on their own for ever. They mostly could not give a rats ass what everyone else is doing as long as it doesnt interfere with them

------

What was the first code you have ever wrote, and what did it do?

It was a u201cguess numberu201d program rewritten from a book about ZX Spectrum BASIC. I wrote it on my first computer Didactic Gama (ZX Spectrum clone).It was a simple random number generator input reading a few conditions and output printing.

It was kind of a game on no more than 20 lines.I actually didnu2019t understand what it did as I just manually u201ccopied/pastedu201d it from the book :-). Hey, and I was just 7 years old :-).

Month ago, I was able to write much more complex programs by myself. However, it worked and change my life forever as it started somethingu2026 well, I still love coding because of the way how it allows me to turn ideas into real thingsu2026

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