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
Explain how does flowchart help in writing a program?
Is flag a keyword in c?
what is the format specifier for printing a pointer value?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Difference between macros and inline functions? Can a function be forced as inline?
Does sprintf put null character?
Can we replace the struct function in tree syntax with a union?
What is assignment operator?
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
In a header file whether functions are declared or defined?
Is main is user defined function?
What are the advantages of the functions?
Is void a keyword in c?
Write a program to print ASCII code for a given digit.
Write a program to print “hello world” without using semicolon?