main()
{
charstr1="prakash";
charstr2="raju";
Str1=str2;
printf("\n%d",str1);
}
Answer Posted / kas
well the program will run finely ... with some warnings
of course ...
This is what I got as "out put" of the program using Fedora13...
Warning: multi-character character constant
In function 'main'
Warning: overflow in implicit constant conversion ...
But the RESULT was given as the ASCII of the last character
of the second string ..
That is in this case the answer will be "117";
Hope it helps ... :D
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is 64bit better than 32bit?
Define page fault interrupt?
What are operating system services?
What is memory-management unit (mmu)?
Explain the concept of the timesharing operating systems?
What is a mission critical system?
What is the difference between 16 bit and 32 bit?
What is the limit of ram capacity in a 32bit os?
What are dynamic loading?
What is the trtw/trwt timing?
What are the different memories you know about? Which of them takes the shortest access time?
Tell us something about mutex.
Explain the resident set and working set of a process?
Which intel processor is 64 bit?
What is context-switching in multi-threading?