answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

How you work character type data in array c plus plus?

It's not clear from the question what you mean by "work". However character data types (char and wchar_t) are intended to store character codes and they work exactly the same whether as a single variable or as an array of characters. If you want to use the array as a string, however, remember to include a null-terminator at the end of the string.


Why is char often treated as integer data type?

The char data type is an integral type and can therefore be used to represent integers as well as characters. However, in order to treat the representation as an actual integer, it must be explicitly converted to a non-character type, such as int.


How did the dispute arise between the big-endians and the little-endians?

The terms big-endian/little-endian come from Jonathan Swift's Gulliver's Travels. In Lilliput, a royal edict required its citizens to open soft boiled eggs from the small end. In the rival kingdom of Blefuscu, they opened them from the big end, earning them the name Big-endians. In computing, the terms are intended to indicate from which end a multi-byte numeric value is written. With little-endian, the least-significant byte always comes first (thus the value is written in reverse). This makes it much easier to cast from one type to another. For instance, a wide character consumes two bytes (a word). For characters within the ASCII character set, the first byte is always 0x00 while the second byte stores the actual ASCII character code (0x00 to 0xFF). With big-endian notation, casting a wide character to an ASCII character results in the ASCII character always having the value 0x00 because that is the first byte. In little-endian, the bytes are reversed thus the first byte is the ASCII character code.


What was HTML originally intended to do?

HTML was originally intended to do the same work as now. It was intended to create web pages interactive.


Why getch is used at the end of every c program?

getch() takes one char from keyboard but it will be invisible to us. in other words we can say that it waits until press any key from keyboard.getch() is a function which has its protype defined in conio.h header file.it is basically used to take input a single characterfrom keyboard. and this char is not displayed at the screen.it waits until itn gets a input that's why it can be used as a screen stopper.

Related Questions

Music intended to promote the character and interests of a nation is referred to as?

Nationalistic


What do you call writing that is intended to present background information on character and setting?

exposition


Examples of satirising puritans in Twelfth Night?

The character of Malvolio is intended to satirize Puritans.


Is Dame Edna a male or female?

Dame Edna is a character which is a girl that is played by comedian , Barry Humphries who is boy


What does passages intended to evoke empathy for the main character mean?

It means that the author has written sections of the text with the specific goal of helping the reader connect emotionally with the main character. These passages are designed to evoke feelings of compassion, understanding, or sympathy towards the character's experiences and struggles.


Is Quil from Twilight a pervert?

Quil from Twilight is a fictional character. Ask Stephanie Meyer if that's how she intended him to be. There you go.


How old is max in the movie orphan?

She was 8 years old when she did the film, and I believe that was intended to be her character's age as well.


Is Ms Swan a man or a woman?

Ms. Swan is a fictional character portrayed by a male actor, Alex Borstein, on the television show "MADtv." The character is intended to be a woman, but the portrayal involves exaggerated mannerisms and speech patterns for comedic effect. Therefore, Ms. Swan is a character played by a man to portray a woman.


Who is drizzt?

Drizzt Do'urden is a fictional character in the Forgotten Realms setting based on the Duegeons & Dragons fantasy role-playing game. Originally intended by author R. A. Salvatore as a supporting character in the Icewind Dale Trilogy, Drizzt has become a popular heroic character of the Forgotten Realms setting, featured as the main character of a long series of books, starting chronologically with The Dark Elf Trilogy.


In the European version of the silent movie Love Garbo's character dies as Tolstoy intended In the US version she lives Who?

Anna Karenina


Which character dies after drinking from a poisoned wine glass in hamlet?

The poisoned wine is intended for Hamlet, but his mother - Gertrude - drinks it by mistake.


What does character dialog mean?

It means that the characters react to each other's words.