Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are external variables in c?

0 Answers  


What is structure padding ?

3 Answers   HP,


write a program that print itself even if the source file is deleted?

2 Answers  


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

0 Answers  


Write a program to compute the following 1!+2!+...n!

4 Answers  


what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }

3 Answers  


What is ponter?

0 Answers   TCS,


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL

0 Answers  


Why we use int main and void main?

0 Answers  


what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


Categories