answersLogoWhite

0


Best Answer

int main (void)

{

int i;

for (i=32; i<=127; ++i) printf ("%3d: '%c'\n", i, i);

}

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program to print all the ascii values and the corresponding representation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a c program to accept a numbers and generate square root cube and exponential values?

write a c program to accept a number and generate a square root cube and exponential values


Write a c program for function with no arguments and no return values?

void mynullfunction () {;}


Write a program using recursion which should take two values and display 1st value raised to the power of second value?

Write a program using recursion which should take two values and display 1st value raised to the power of second value.


Write a program which will rise any number X to a positive power nobtain values of X and n from user?

user-generated content: disclaimer report abuse = Write a program which will rise any number X to a positive power nobtain values of X and n from user? =


Write a c program that will exchange the values of x and y after the statement executed x is equal to y and y is equal to x?

what is a program x and y


A c program to square matrix?

A C program to square matrix is a math problem. In the math problem you write down all the outer boundary values of matrix in a circle, then write down the inner value.


Write a C program called MonthDays to find the number of days in a given month Test your code with different input values to demonstrate that your function is robust?

Write a C program called MonthDays to find the number of days in a given month Test your code with different input values to demonstrate that your function is robust?


How to write A Java program to print number of digits in a given number?

One way to do this is to convert the number to a String, then use the corresponding String method to find out the length of the String.


What are the main steps involved in writing algorithm?

1 Define the problem 2 Analyze the problem 3 Develop an algorithm/method of solution 4 Write a computer program corresponding to the algorithm 5 Test and debug the program 6 Document the program (how it works and how to use it)


When you write a fraction as a decimal you write the decimal blank of the fraction?

blank = representation.


How can you write a request letter for exclusive representation?

If a person is looking for exclusive representation, they should write a letter to an attorney of their choice. The letter should include why they need exclusive representation and ensure they have the funds to hire the attorney.


How do you complete a table of values for equation y equals 3x plus 4?

Set up a column for values of x and a column for values of y. List the values of x of how ever many answers you want (let's say between 1 and 5). Put these values into the equation and write down the corresponding value in y. x y 1 7 2 10 3 13 4 16 5 19