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
Explain the dual channel architecture?
How does the system detect thrashing?
What is rufus usb tool?
Explain briefly about linker and its functioning?
What are the different memories you know about? Which of them takes the shortest access time?
What is resource allocation graph?
Why is 64 bit better?
What is a 64 bit application?
Explain about processor and the functions executed by them?
Explain the concept of deadlocks? Why they are used?
Can I run 64 bit on x86?
Explain page fault interrupt?
What is the code of mobile?
What happens if we don’t override a run method?
What is scsi?