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 / pritam

Answer:
400..300
Explanation:
printf takes the values of the first two assignments of the
program. Any number of printf's may be given. All of them
take only the first two values. If more number of
assignments given in the program,then printf will take
garbage values.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

1143


How are pointers declared in c?

1115


Describe the header file and its usage in c programming?

1108


What are identifiers and keywords in c?

1200


explain what is a newline escape sequence?

1146


Explain how are 16- and 32-bit numbers stored?

1309


What is the usage of the pointer in c?

1199


What is the use of static variable in c?

1146


What is the use of f in c?

1033


What is typedef example?

1260


Can you please explain the scope of static variables?

1109


What are multibyte characters?

1192


What is c system32 taskhostw exe?

1074


What are global variables and how do you declare them?

1174


What are the modifiers available in c programming language?

1280