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
Can you write a programmer for FACTORIAL using recursion?
What are different types of pointers?
Which header file is essential for using strcmp function?
What are the two forms of #include directive?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Why c is called a middle level language?
What is a const pointer in c?
Which driver is a pure java driver
What is c language used for?
Write a program to swap two numbers without using third variable in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write a program to find the biggest number of three numbers in c?
What is the general form of a C program?
Explain can you assign a different address to an array tag?