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()
{
char *p;
p="Hello";
printf("%c\n",*&*p);
}

Answer Posted / vignesh1988i

the output will be 'H'...... this is because... first the
variables with pointers as:
*
&
*
p
so it woill process as givwn above in stack

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between macros and inline functions? Can a function be forced as inline?

1351


What does return 1 means in c?

1118


What is an endless loop?

1323


Why do some versions of toupper act strangely if given an upper-case letter?

1115


Why clrscr is used after variable declaration?

1762


What functions are used in dynamic memory allocation in c?

1120


What is a macro in c preprocessor?

1153


Why do we use & in c?

1052


write a program for the normal snake games find in most of the mobiles.

2307


How can I write a function that takes a format string and a variable number of arguments?

1103


Is null valid for pointers to functions?

1250


What is bubble sort in c?

1104


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

6024


Why void main is used in c?

1104


What are the salient features of c languages?

1139