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
Will chkdsk fix bad sectors?
What are a virtual machines and site their advantages?
Does chkdsk work for ssd?
What is context in operating system?
When an input file is opened, what are the possible errors that may occur?
How to take backup using active directory recyclebin concept
What are numerous ways in which a thread can enter the waiting state?
What is memory-management unit (mmu)?
Explain arm-stickiness?
What are differences between ram and rom?
What is chkdsk used for?
What are the 3 types of filing systems?
What is a safe state and its’ use in deadlock avoidance?
How many os can be installed in a pc?
Explain demand paging, page fault interrupt, and trashing?