Sign In
Ask Question
Sofia Velasquez
Computers & Technology
21 September, 16:57
How can I print an int as a char in C?
+4
Answers (
2
)
Mariam Farley
21 September, 17:15
0
Use a char format specifier instead of an integer format specifier. C will automatically print the integer as a character, e. g. 97 will print as 'a'.
Comment
Complaint
Link
Toodles
21 September, 17:23
0
Convert it to a char and print it
Comment
Complaint
Link
Know the Answer?
Answer
Not Sure About the Answer?
Find an answer to your question 👍
“How can I print an int as a char in C? ...”
in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers
You Might be Interested in
A. A programmer wrote a software delay loop that counts the variable (unsigned int counter) from 0 up to 40,000 to create a small delay. If the user wishes to double the delay, can they simply increase the upperbound to 80,000? b.
Answers (1)
How can you have a safe browsing experience? Enable automatic download of software whenever the vendor offers a new update. Disable automatic completion of username and passwords. Enable jа vascript in your web browser.
Answers (2)
The ip address 172.16.80.125 is written in binary notation as:
Answers (1)
What happens when two computers have the same IP address? A. Excessive network collisionsB. Irregular signals sent over the networkC. Software problems causing server crashesD. Slow connectivity between devices
Answers (2)
What tends to happen to the accuracy of our savings goals as our investment horizon becomes longer? A. It is not useful to have long-term savings goals. B. We are less able to accurately estimate the amount we will need. C.
Answers (1)
New Questions in Computers & Technology
1. How is Cyber Bullying different from bullying in person? 2. What could you do about stopping Cyber Bullying?
Answers (2)
What two variables does mass depend on?
Answers (1)
How many times does the following loop body execute? int count = 52; for (int i = 0; i < count; i++) {cout << count << endl; --count; } 26 52 25 None of the above
Answers (1)
On Windows computers, applications from Microsoft will not look and act the same as windows and menus from the operating system. True False
Answers (2)
What is the purpose of lookup tables in spreadsheet software? A. They allow the user to retrieve information from another location in a table. B. They allow the user to lock cells that contain information that remains consistent. C.
Answers (1)
Home
»
Computers & Technology
» How can I print an int as a char in C?
Sign In
Sign Up
Forgot Password?