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

There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  


What is d'n in c?

0 Answers  


Explain how do you use a pointer to a function?

0 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


Once I have used freopen, how can I get the original stdout (or stdin) back?

0 Answers  






Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


What is conio h in c?

0 Answers  


code for inverse a matrix

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


Categories