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

4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}

a)Comp error
b)4425
c)4253
d)3435
e)none

Answer Posted / ajay lakhara

a)comp error

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is null valid for pointers to functions?

1250


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

1166


What are data structures in c and how to use them?

1222


Describe wild pointers in c?

1166


Is there any data type in c with variable size?

1150


Explain what is the difference between a free-standing and a hosted environment?

1236


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1104


How can a string be converted to a number?

1068


What are the __date__ and __time__ preprocessor commands?

1176


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1843


What are pointers really good for, anyway?

1117


Write a program to print ASCII code for a given digit.

1127


What is sizeof return in c?

1090


Why is sprintf unsafe?

1132


What is a null pointer in c?

1312