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 / guest

error

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concept and use of type void.

1167


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

1305


How can you read a directory in a C program?

1186


What is %g in c?

1122


Why header file is used in c?

1162


Explain what is wrong with this program statement? Void = 10;

1313


How can I convert a number to a string?

1255


How do you determine a file’s attributes?

1135


Differentiate fundamental data types and derived data types in C.

1090


which is an algorithm for sorting in a growing Lexicographic order

1867


Define macros.

1331


Write a program to reverse a given number in c language?

1165


hi, which software companys will take,if d candidate's % is jst 55%?

2139


Explain data types & how many data types supported by c?

1137


Why n++ execute faster than n+1 ?

3152