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
How does yahoo handles billions of requests, does it create a thread per request or a process?
What is ie tab in chrome?
How can multiple threads be controlled simultaneously?
How do I run chkdsk?
Which are the necessary conditions to achieve a deadlock?
What is banker's algorithm?
Explain the handheld systems.
How do I uninstall remnants of uninstalled programs?
What is dining philosophers’ problem?
What is a semaphore? What are the different types of semaphores?
What are starvation and aging?
What is normal operating system?
What replaced ifconfig?
What is best free operating system?
Explain the characteristics of instruction and execution time.