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 is pivot in c?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


How can I swap two values without using a temporary?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What does p mean in physics?

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


what is the coding of display the factorial of a number using array and function?

1 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


The __________ attribute is used to announce variables based on definitions of columns in a table?

0 Answers  


how to create duplicate link list using C???

0 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


How do I read the arrow keys? What about function keys?

0 Answers  


Categories