answersLogoWhite

0


Best Answer

what is the output if a cell containing number 3245.45 is formatted to '#,####'number format?

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

3245

This answer is:
User Avatar
User Avatar

श्री कृष्ण पाण्डे

Lvl 1
3y ago
3,25

User Avatar

Bigyan khanalgi

Lvl 2
3y ago

3245.45

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the output if a cell containing a number 3245.45 is formatted to '?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

In programming can output be formatted?

Yes.


What is the output if a cell connecting a number 3245.45 if formatted to '' number format?

It depends how the destination cell is formatted. Number format usually allows the user to specify the number of decimal places - from none to as many as you want. If the destination cell has been formatted to two decimal places - the result will be the same as 3245.45


What is the formatted output from a database query called?

report


What is an unformatted IO operation in C plus plus?

In simple terms, unformatted input and output is the most primitive form of input and output. It typically offers the most compact storage but is generally less portable than formatted input and output. If we consider the decimal value 1.23, there are various ways we can output this value. We might choose to use unformatted output using IEEE 754 encoding, creating the 4-byte binary value 0x3f9d70a4. However, in order to input this value upon another system, we must first tell that other system to expect an IEEE 754 value otherwise the binary value could be interpreted as being the integer value 1,067,282,596 or the character sequence "? p ¤ " or something else entirely. With formatted input and output, instead of the value 1.23 we output the null-terminated string "1.23", thus creating the 5-byte binary value 0x312e323300. When we come to input that value, the system does not need to know the specifics of the encoding, it simply needs to know that the input is formatted. Thus we read back the string "1.23", which can then be converted to the floating point value 1.23 using whatever encoding the system actually supports. Humans typically input data in formatted form using character sequences. So when entering the value 1.23 from the keyboard, we generate the string "1.23". If the system knows that it is expecting a floating point value, then it will attempt to convert the string accordingly, creating unformatted data from the formatted input. Similarly, when the computer presents the unformatted value 1.23 as output to the user, it is converted back to a string creating formatted output from the unformatted data. When we create formatted output from unformatted output, we can also choose to decorate the output, such that the unformatted value 1.23 might be represented as the formatted value "£1.23" if the value happens to represent a UK currency value. Similarly, we can do a reverse conversion when the user inputs the formatted value "£1.23".


Why you use printf in c programs not only print?

That is short for "print formatted"; it lets you include format codes to control the output.


How do you use irreducible in a sentence?

The output is a set of irreducible numerical semigroups containing it


What sentence has the word irreducible?

The output is a set of irreducible numerical semigroups containing it.


What is formatted output?

Output formats are basically file extensions. This includes files that have been converted, or are still in their original formats. Some output formats include mp3, jpeg, gif, tif, pdf, exe, wma, wmv, mov, rm, and countless others.


Q2 Differentiate between formatted and unformatted you input and output functions?

Formatted I/P functions: These functions allow us to supply the input in a fixed format and let us obtain the output in the specified form. Formatted output converts the internal binary representation of the data to ASCII characters which are written to the output file. Formatted input reads characters from the input file and converts them to internal form. Format specifications Data type Integer short signed short unsigned long signed long unsigned unsigned hexadecimal unsigned octal %d or %l %u %ld %lu %x %o Real float double %f %lf Character signed character unsigned character %c %c String %s Unformatted I/O functions: There are several standard library functions available under this category-those that can deal with a string of characters. Unformatted Input/Output is the most basic form of input/output. Unformatted input/output transfers the internal binary representation of the data directly between memory and the file


How do you use scanf with delimiter in c plus plus Please provide a basic example with output?

scanf does not employ a delimiter. It simply reads formatted input from std::cin.


How would you send the contents of a file to your printer using the type command?

It wouldn't be formatted for your particular printer or page size, but you can pipe the output to PRN: TYPE FILENAME.TXT > PRN


What is the definition of input number?

The definiton of input number is the number going in. The input number is the oppsite of the output number. For instance:Input Output1 52 103 154 205 25The rule of the input and output number is input times five equals output.