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
Tell me the difference between yielding and sleeping?
Explain about processor and the functions executed by them?
What is the most used operating system?
What is x32 and x64?
How does ecc works?
What is operating system and examples?
Explain Page Segmentation.
Explain accessors to a layman.
Differentiate internal commands from external commands.
What is resource allocation graph?
What is system bus? Explain a few related terms.
How do you assign priority to a worker thread?
Explain the types of data storage and its relation with the cpu.
Do you know what is a binary semaphore? What is its use?
When does the belady's anomaly occur?