answersLogoWhite

0

Read you manual concerning printf, the answer you want is in there.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you display an exponential power symbol on the output screen using Borland C Plus?

Use the ^ (Shift 6) character usually called the Carrat Symbol.


A function takes the exponential function's output and returns the exponential function's input?

A __________ function takes the exponential function's output and returns the exponential function's input.


What statement is used to display the output in C?

cout << "sup" << endl; Well, it's not C


How do you create a program that will display output?

It must use a function with a "return" statement. Or you could output via console. (.NET CODE(C#)) Console.WriteLine("Output.");


A logarithmic function takes the exponential function's and returns the exponential function's input?

output


A logarithmic function takes the exponential function's output and returns the exponential function's?

input


Is a display adapter a input or output device?

A display ADAPTER is neither. The Display is an output device.


How can you display Hindi word in output of java program?

Class hindi { public static void main() { char c; for(c=2309;c<2362;c++) { System.out.println(" "+c); } } }


How do you display del symbol on output screen using C Plus Plus?

The del character, #255, has no symbol. It is a non-printing character, so you cannot display it on the screen.


In PCM system the SNR of the output signal increases?

exponential with bandwidth


Which exponential equation is equivalent to cin2?

To express ( \ln(2) ) in exponential form, we can use the property of logarithms. The equation ( c \ln(2) ) is equivalent to ( e^{c \ln(2)} = 2^c ). Thus, the exponential equation equivalent to ( c \ln(2) ) is ( 2^c ).


How do you Hold the output window to display output in C language?

std::cin:get(); I guess it's about TurboC in Windows. 1. Press Alt+F5, to see the program's output 2. Run your .EXE in a separate DOS-window (Command Prompt)