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

Predict the output or error(s) for the following:
25. main()
{
printf("%p",main);
}

Answer Posted / khushboo

i tried it out.. on my system it gives the answer 0291. does
anybodyy esle gets the same answer?

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1898


Tell me what is null pointer in c?

1069


Are local variables initialized to zero by default in c?

1045


What are 'near' and 'far' pointers?

1035


How many header files are in c?

1031


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

1058


largest Of three Number using without if condition?

1592


How does placing some code lines between the comment symbol help in debugging the code?

986


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1141


How can I remove the leading spaces from a string?

1155


Explain what is the advantage of a random access file?

1120


Why is sizeof () an operator and not a function?

1026


Can stdout be forced to print somewhere other than the screen?

1045


How can you find the day of the week given the date?

1197


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 maximum number of concurrent threads that the InnoDB plug-in can create.

1934