main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}

Answer Posted / abdulhamid

actually iwanna the answer.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value of c?

566


Can a local variable be volatile in c?

573


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

740


Write a function that will take in a phone number and output all possible alphabetical combinations

592


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2736






Explain what is a 'locale'?

581


When should the const modifier be used?

652


How can I implement a delay, or time a users response, with sub-second resolution?

615


Explain spaghetti programming?

681


What are types of preprocessor in c?

613


What type of function is main ()?

581


How many identifiers are there in c?

576


Why functions are used in c?

580


What is the benefit of using #define to declare a constant?

601


Why do we use pointer to pointer in c?

593