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()
{
int i=400,j=300;
printf("%d..%d");
}

Answer Posted / sunil samal

300..400 because it will execute right to left .
when the printf () execute it will first execute from right to
left...
regards
sunilsamal@live.com

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is structure padding and packing in c?

1128


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1374


Is it possible to initialize a variable at the time it was declared?

1258


Why we not create function inside function.

2255


Explain #pragma statements.

1100


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2287


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

2181


How do I create a directory? How do I remove a directory (and its contents)?

1228


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3312


Write a program to reverse a linked list in c.

1183


What are identifiers and keywords in c?

1200


What is the difference between the local variable and global variable in c?

1017


Why do we need volatile in c?

1232


Where is c used?

1157


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1258