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

Answer Posted / niranjan kumar niraj

output is ascii value & character

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of programming language?

667


What does char * * argv mean in c?

713


What are derived data types in c?

704


What are the storage classes in C?

707


Write a program to show the change in position of a cursor using c

683






What is the use of bit field?

736


Define VARIABLE?

787


Write a program for Overriding.

811


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2536


Write a program to find the biggest number of three numbers in c?

690


Give basis knowledge of web designing ...

1671


Explain how do you override a defined macro?

676


Why do we use int main?

713


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2826


What are the types of variables in c?

667