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()
{
charstr1="prakash";
charstr2="raju";
Str1=str2;
printf("\n%d",str1);
}

Answer Posted / kk

Error
An array of string cannot be directly assigned to other;
soln: char *str1="prakash"
char *str2="raju"
str1=str2;

Is This Answer Correct ?    17 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does yahoo handles billions of requests, does it create a thread per request or a process?

1130


What is ie tab in chrome?

1115


How can multiple threads be controlled simultaneously?

1191


How do I run chkdsk?

1120


Which are the necessary conditions to achieve a deadlock?

1096


What is banker's algorithm?

1119


Explain the handheld systems.

1093


How do I uninstall remnants of uninstalled programs?

974


What is dining philosophers’ problem?

1131


What is a semaphore? What are the different types of semaphores?

1205


What are starvation and aging?

1137


What is normal operating system?

1082


What replaced ifconfig?

1187


What is best free operating system?

1022


Explain the characteristics of instruction and execution time.

1127