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


Please Help Members By Posting Answers For Below Questions

Where in memory are my variables stored?

629


What is default value of global variable in c?

557


What is difference between function overloading and operator overloading?

651


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

713


Explain what is the general form of a c program?

618






Write program to remove duplicate in an array?

595


How can I read in an object file and jump to locations in it?

570


What is the condition that is applied with ?: Operator?

654


What is the difference between test design and test case design?

1564


What are the advantages of using Unions?

642


using for loop sum 2 number of any 4 digit number in c language

1728


What is c token?

601


What is the right way to use errno?

617


How can I recover the file name given an open stream or file descriptor?

588


List the difference between a While & Do While loops?

628