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
Describe main memory and secondary memory storage in brief.
How do I cd into a directory?
Is 32 gigs of ram overkill?
How do I find my os version?
How do I stop blue screen?
Explain the concept of the batched operating systems?
Given a Pid, how will you distinguish whether it is a process or a thread?
What is the main difficulty that a programmer must overcome in writing an operating system for a real-time environment?
Is a directory a regular file?
Explain IPC?
Is safari the same as internet explorer?
What is the best page size when designing an operating system?
Differentiate between pre-emptive and non-pre-emptive scheduling.
What is feram?
What is the max ram for a 64 bit?