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

Answers were Sorted based on User's Feedback



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

Answer / abdulhamid

actually iwanna the answer.

Is This Answer Correct ?    3 Yes 1 No

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

Answer / niranjan kumar niraj

output is ascii value & character

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More C Interview Questions

What is extern keyword in c?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What are the 4 types of organizational structures?

0 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


What are the types of pointers?

0 Answers  






What is the use of gets and puts?

0 Answers  


Explain main function in c?

0 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


What is break statement?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


What is #line?

0 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


Categories