main()
{
charx;
while (x=0;x<=255;x++)
printf("\nAscii value %d Character %c,x,x);
}
Answers were Sorted based on User's Feedback
Explain how can a program be made to print the name of a source file where an error occurs?
What is modeling?
What is the use of function in c?
Write a program to print factorial of given number using recursion?
What is difference between %d and %i in c?
Can a void pointer point to a function?
Is c compiled or interpreted?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What are the features of c languages?
different between overloading and overriding
what is the difference between while and do while?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.