answersLogoWhite

0


Best Answer
  1. include
main() { printf(" " thank you " "); } use backward slash followed by the inverted comma as u do for new line (") to print a " (inverted comma).....
User Avatar

Wiki User

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

AnswerBot

1w ago

To print "thank you" in inverted commas in C Programming, you can use the following code:

#include <stdio.h>
int main() {
    printf("\"thank you\"\n");
    return 0;
}

This code will display the output as: "thank you"

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to get an output in inverted commas for example thank you in inverted commas in c progr amming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Linguistics

Answer What is the difference between output and input?

Input refers to data entered into a system, while output refers to the results produced by the system based on the input. Input is the information provided to a system, while output is the response or outcome generated by the system.


What is the tagalog of output?

The Tagalog word for &quot;output&quot; is &quot;produktong ninanais.&quot;


What is the definition of contractionary gap?

A contractionary gap occurs when an economy's actual output is less than its potential output. This leads to high unemployment and underutilization of resources. Policymakers may implement contractionary monetary or fiscal policies to close this gap and bring the economy back to full employment.


How can print Telugu words in python language?

To print Telugu words in Python, you can simply use the Unicode representation of the Telugu characters. Here is an example: print(&quot;&amp;#3108;&amp;#3142;&amp;#3122;&amp;#3137;&amp;#3095;&amp;#3137;&quot;) This will output the Telugu word &quot;తెలుగు&quot; in the console.


What is widening?

Widening of the stereo image can be achieved by manipulating the relationship of the side signal S and the center signal C: C = (L + R)(1 / 2);S = (L &minus; R)(1 / 2). A positive part of the side signal S is now fed into the left channel and a part with its phase inverted to the right channel. Some boom boxes feature such a process. Another way of looking at this same effect, withtout extrapolating a center and side signal from the left and right signals, is to simply add the left signal, slightly attenuated and phase inverted, into the right channel and vice-versa. Taking this a step further, a small delay (20-100ms) can be added to the inverted signal before mixing it back in to the original for output, adding a slight reverberation to the effect.

Related questions

How do you construct a java program that print table with backslash?

within inverted commas using two backslashes consequently .. we will print the backslash. ex: printf("//n it will gives output");


Which transistor give inverted output?

ce


What is the boolean expression for a NAND gate?

There are two forms of the NAND gate. Inverted input: Ouput = not Input1 and not Input2 and not Input3 ... Inverted output: Output = not (Input1 and Input2 and Input3 ...)


Which transistor mode gives the inverted output?

common-emitter


Why output voltage in common base amplifier is in phase to input voltage?

The output of a common emitter stage is inverted, it is not out of phase.


How will you convert AND gate from NAND?

A: A AND gate becomes a NAND when the output is merely negated or inverted


Which logic gate is a basic comparator?

Either XOR or XNOR can be used, but the output will be inverted on the XNOR.


Why the peak value in double ended differential amplifier is double the peak value of single ended differential amplifier for the same input signal?

The peak output value in a double ended differential amplifier is double the peak output value of a single ended differential amplifier for the same input signal because there are two outputs, one being the normal output, and the other being the inverted output. Whatever the normal output does, the inverted output does, but with a reverse sign. As a result, if one output has a value of X, then then other output has a value of -X. If you compare the two outputs, then, the difference between them will be 2X, or double the value.


How do you make NOT gate from AND or OR gates?

A: NOT means inversion of the function like an OR gate if inverted it becomes a NOR gate AND becomes a NAND gate if logic input function is inverted on the output. This can plainly be seen by looking at a gate symbol if there is a circle on the output it means it function is inverted.B: You have not answered my question, please read carefully my question again!


What are the Example Output of Calculator Program in C plus plus?

example output of c++ calculator


Can NAND gate acts a ANDgate?

Yes, but only if its output is logically inverted (a AND gate's behavior is a direct opposite of a NAND gate's behavior, logically).


Example of output is?

Input: "3+2" --- Output: "5" Input: "song.mp3" ---- Output: the music you listen to