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 *p1="Name";
char *p2;
p2=(char *)malloc(20);
while(*p2++=*p1++);
printf("%s\n",p2);
}

Answer Posted / vignesh1988i

actually in this problem, the p2 will take characters after '\0' too from p1 upto the size of p2 come to an end.

so it prints
output :

Name #^$&dhd


thank u

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why clrscr is used after variable declaration?

1763


What is page thrashing?

1148


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1119


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1051


What is the most efficient way to count the number of bits which are set in an integer?

1121


What does 4d mean in c?

1562


What is the difference between functions getch() and getche()?

1140


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2499


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1312


What would be an example of a structure analogous to structure c?

1051


Why isnt any of this standardized in c?

1127


Explain how do you override a defined macro?

1137


List some of the dynamic data structures in C?

1305


If null and 0 are equivalent as null pointer constants, which should I use?

1312


What is your stream meaning?

1337