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
What are the 4 types of programming language?
What does char * * argv mean in c?
What are derived data types in c?
What are the storage classes in C?
Write a program to show the change in position of a cursor using c
What is the use of bit field?
Define VARIABLE?
Write a program for Overriding.
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.
Write a program to find the biggest number of three numbers in c?
Give basis knowledge of web designing ...
Explain how do you override a defined macro?
Why do we use int main?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are the types of variables in c?