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...

what will be the output of this program........
main()
{
int a=2,b=4,c=6;
printf("%d");
}
why it gives the value of third variable.

Answer Posted / biren

6

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what’s a signal? Explain what do I use signals for?

1056


What is the scope of global variable in c?

957


What is #define in c?

995


Why is it that not all header files are declared in every C program?

1151


What are the string functions? List some string functions available in c.

950


Why is void main used?

1037


What are reserved words?

1047


What do you mean by recursion in c?

1058


How many data structures are there in c?

1069


What is function definition in c?

1024


What is the use of gets and puts?

976


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

1150


What is modifier & how many types of modifiers available in c?

986


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1054


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1927