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
What is the difference between tty and pts?
Briefly explain the concept of Virtual Memory.
Is it ok to interrupt chkdsk?
What is the difference between internal commands and external commands?
What are the operating system components?
What is sin_addr?
What are a virtual machines and site their advantages?
What items of information about a task might be useful in real time scheduling?
Which is the best operating system for pc?
What is GUI?
What is aging in operating system?
What is process communication?
What are old chkdsk files?
Is it safe to delete program data?
Give some benefits of multithreaded programming.