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


#include
main()
{
int *p, *c, i;
i = 5;
p = (int*) (malloc(sizeof(i)));
printf("
%d",*p);
*p = 10;
printf("
%d %d",i,*p);
c = (int*) calloc(2);
printf("
%d
",*c);
}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

difference between ordinary variable and pointer in C?

2 Answers  


What is extern keyword in c?

0 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


Why functions are used in c?

0 Answers  


What are structural members?

0 Answers  


why program counter is 16 bit?

3 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


Who developed c language and when?

0 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


Categories