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

What do you know about system model?

627


What is root partition?

596


Briefly explain the concept of Virtual Memory.

736


Stable storage cannot be implemented. (A) Explain why it cannot be. (B) Explain how database system deal with database applications

1707


Explain how a copying garbage collector works.

609






How do I know 64 bit?

528


Explain the concept of real-time operating systems?

552


How do I clean up program files?

520


What are the three types of operating systems?

531


Is internet explorer still supported?

539


What is turnaround time?

582


Can you list the coffman's conditions that lead to a deadlock?

660


Are 64bit applications faster?

523


What is the code of mobile?

532


Command Kill any user’s all processes.

564